Files
kotlin/compiler/testData/compileJavaAgainstKotlin/property/GenericProperty.java
2015-10-19 16:03:16 +03:00

8 lines
176 B
Java
Vendored

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