summaryrefslogtreecommitdiff
path: root/plugins/java-decompiler/testData/CodeConstructs.java
blob: d0c2e35311c8b9c1240f9665a8a055bb9b5b5771 (plain)
1
2
3
4
5
class CodeConstructs {
  void expressions() {
    new String().hashCode();
  }
}