summaryrefslogtreecommitdiff
path: root/test/files/pos/t0971.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t0971.java')
-rwxr-xr-xtest/files/pos/t0971.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/files/pos/t0971.java b/test/files/pos/t0971.java
new file mode 100755
index 0000000000..d852ef698d
--- /dev/null
+++ b/test/files/pos/t0971.java
@@ -0,0 +1,4 @@
+class A {
+ int y = 1, z;
+ static Object x = new java.util.HashMap<Object , Object > () ;
+} \ No newline at end of file