Files
kotlin/compiler/testData/compileJavaAgainstKotlin/property/GenericProperty.java

8 lines
170 B
Java
Vendored

package test;
class GenericProperty {
void foo() {
java.util.Map<String, Integer> o = TestPackage.getTest(new java.util.HashMap<Integer, String>());
}
}