summaryrefslogtreecommitdiff
path: root/test/files/pos/t2433/B.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t2433/B.java')
-rwxr-xr-xtest/files/pos/t2433/B.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/files/pos/t2433/B.java b/test/files/pos/t2433/B.java
new file mode 100755
index 0000000000..151dd71ca1
--- /dev/null
+++ b/test/files/pos/t2433/B.java
@@ -0,0 +1,4 @@
+class B223 {
+ static class Inner {}
+ void m(A223.Inner x) {}
+} \ No newline at end of file