aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs164/pr263666/x/A.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs164/pr263666/x/A.java')
-rw-r--r--tests/bugs164/pr263666/x/A.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/bugs164/pr263666/x/A.java b/tests/bugs164/pr263666/x/A.java
new file mode 100644
index 000000000..80fd124c3
--- /dev/null
+++ b/tests/bugs164/pr263666/x/A.java
@@ -0,0 +1,7 @@
+package x;
+
+public class A {
+ public boolean a() {
+ return false;
+ }
+}