summaryrefslogtreecommitdiff
path: root/test/files/pos/t6978/J.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t6978/J.java')
-rw-r--r--test/files/pos/t6978/J.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/files/pos/t6978/J.java b/test/files/pos/t6978/J.java
new file mode 100644
index 0000000000..1b9029ce53
--- /dev/null
+++ b/test/files/pos/t6978/J.java
@@ -0,0 +1,5 @@
+
+public class J {
+ public int f() { return 42; }
+}
+