blob: aa5ef151ba27c7691ee765e79f4e99d44bff1849 [file] [log] [blame]
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);
}
}