summaryrefslogtreecommitdiff
path: root/test/files/pos/t7532/A_1.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t7532/A_1.java')
-rw-r--r--test/files/pos/t7532/A_1.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/files/pos/t7532/A_1.java b/test/files/pos/t7532/A_1.java
new file mode 100644
index 0000000000..1ade76cc70
--- /dev/null
+++ b/test/files/pos/t7532/A_1.java
@@ -0,0 +1,6 @@
+class R {
+ public class attr { // Will have the bytecode name `R$attr`, not to be confused with `R@tr`!
+ }
+ public static class attr1 {
+ }
+}