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, 0 insertions, 5 deletions
diff --git a/plugins/java-decompiler/testData/CodeConstructs.java b/plugins/java-decompiler/testData/CodeConstructs.java
deleted file mode 100644
index d0c2e35311c8..000000000000
--- a/plugins/java-decompiler/testData/CodeConstructs.java
+++ /dev/null
@@ -1,5 +0,0 @@
-class CodeConstructs {
- void expressions() {
- new String().hashCode();
- }
-} \ No newline at end of file