aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs161/pr230075/B.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs161/pr230075/B.java')
-rw-r--r--tests/bugs161/pr230075/B.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/bugs161/pr230075/B.java b/tests/bugs161/pr230075/B.java
new file mode 100644
index 000000000..1b13fdb8f
--- /dev/null
+++ b/tests/bugs161/pr230075/B.java
@@ -0,0 +1,4 @@
+package a;
+public abstract class B {
+ protected boolean test() { return true; }
+}