Files
kotlin-fork/compiler/testData/compileJavaAgainstKotlin/property/GenericProperty.java
T
2014-03-19 23:24:27 +04:00

8 lines
119 B
Java
Vendored

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