summaryrefslogtreecommitdiff
path: root/test/files/pos/t1642/JavaCallingScalaHashMap.java
blob: bde3bd39c448dc568669955ec0c3b4a04d301e2f (plain) (blame)
1
2
3
4
5
6
7
8
// import scala.collection.immutable.HashMap;
// import scala.collection.immutable.Map;

public class JavaCallingScalaHashMap {
    public static void main( String[] args ) {
        // Map<String, Integer> hashMap = new HashMap<String, Integer>();
    }
}