mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 08:31:29 +00:00
8 lines
176 B
Java
Vendored
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>());
|
|
}
|
|
}
|