diff options
Diffstat (limited to 'test/031-class-attributes/src/OtherClass.java')
-rw-r--r-- | test/031-class-attributes/src/OtherClass.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/031-class-attributes/src/OtherClass.java b/test/031-class-attributes/src/OtherClass.java new file mode 100644 index 0000000000..0b4526e56c --- /dev/null +++ b/test/031-class-attributes/src/OtherClass.java @@ -0,0 +1,2 @@ +class OtherClass { +} |