mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 08:31:29 +00:00
14 lines
294 B
Java
Vendored
14 lines
294 B
Java
Vendored
package test;
|
|
|
|
import java.util.Map;
|
|
import java.util.HashMap;
|
|
import java.math.BigDecimal;
|
|
|
|
class MapOfKString {
|
|
public static void gfgdgfg() {
|
|
Map<String, Integer> map = new HashMap<String, Integer>();
|
|
|
|
Map<String, Integer> r = MapOfStringIntQKt.fff(map);
|
|
}
|
|
}
|