summaryrefslogblamecommitdiff
path: root/test/files/pos/t1186/t1186.java
blob: 5f2607623fec31a3b02db7a827f79c7d341e2550 (plain) (tree)
1
2
3
4
5
6
7
8






                                      
 
import scala.collection.immutable.Map;

class Test {

  void foo() {
      Map<String, String> map = null;
  }
}