summaryrefslogtreecommitdiff
path: root/plugins/java-decompiler/testData/CodeConstructs.java
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/java-decompiler/testData/CodeConstructs.java')
-rw-r--r--plugins/java-decompiler/testData/CodeConstructs.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/java-decompiler/testData/CodeConstructs.java b/plugins/java-decompiler/testData/CodeConstructs.java
new file mode 100644
index 000000000000..d0c2e35311c8
--- /dev/null
+++ b/plugins/java-decompiler/testData/CodeConstructs.java
@@ -0,0 +1,5 @@
+class CodeConstructs {
+ void expressions() {
+ new String().hashCode();
+ }
+} \ No newline at end of file