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, 0 insertions, 15 deletions
diff --git a/plugins/java-decompiler/testData/CodeConstructs.txt b/plugins/java-decompiler/testData/CodeConstructs.txt
deleted file mode 100644
index 59bc71849dd6..000000000000
--- a/plugins/java-decompiler/testData/CodeConstructs.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-//
-// Source code recreated from a .class file by IntelliJ IDEA
-// (powered by Fernflower decompiler)
-//
-
-
-class CodeConstructs {
-
- CodeConstructs() {
- }
-
- void expressions() {
- (new String()).hashCode();
- }
-}