summaryrefslogtreecommitdiff
path: root/test/files/pos5/t1186.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos5/t1186.java')
-rw-r--r--test/files/pos5/t1186.java8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/files/pos5/t1186.java b/test/files/pos5/t1186.java
new file mode 100644
index 0000000000..c1bfcecab8
--- /dev/null
+++ b/test/files/pos5/t1186.java
@@ -0,0 +1,8 @@
+import scala.collection.immutable.Map;
+
+class Test {
+
+ void foo() {
+ Map<String, String> map = null;
+ }
+} \ No newline at end of file