aboutsummaryrefslogtreecommitdiff
path: root/tests/pos-java-interop/t1235/Test.java
blob: 7bb83a849146e5cc8db86f507985513301e03327 (plain) (blame)
1
2
3
4
5
6
7
8
9
import scala.collection.immutable.HashMap;

public class Test {

  void foo() {
    new HashMap<String, String>();
  }
}