summaryrefslogtreecommitdiff
path: root/plugins/java-decompiler/testData/CodeConstructs.txt
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/java-decompiler/testData/CodeConstructs.txt')
-rw-r--r--plugins/java-decompiler/testData/CodeConstructs.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/plugins/java-decompiler/testData/CodeConstructs.txt b/plugins/java-decompiler/testData/CodeConstructs.txt
new file mode 100644
index 000000000000..59bc71849dd6
--- /dev/null
+++ b/plugins/java-decompiler/testData/CodeConstructs.txt
@@ -0,0 +1,15 @@
+//
+// Source code recreated from a .class file by IntelliJ IDEA
+// (powered by Fernflower decompiler)
+//
+
+
+class CodeConstructs {
+
+ CodeConstructs() {
+ }
+
+ void expressions() {
+ (new String()).hashCode();
+ }
+}