summaryrefslogtreecommitdiff
path: root/test/files/run/t9489/A.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t9489/A.java')
-rw-r--r--test/files/run/t9489/A.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/files/run/t9489/A.java b/test/files/run/t9489/A.java
new file mode 100644
index 0000000000..c3536faa14
--- /dev/null
+++ b/test/files/run/t9489/A.java
@@ -0,0 +1,3 @@
+public class A {
+ public B b() { return null; }
+}