mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 15:53:46 +00:00
getting rid of TypeInfo
This commit is contained in:
@@ -4,10 +4,8 @@ import java.math.BigDecimal;
|
||||
|
||||
class MapOfKString {
|
||||
public static void gfgdgfg() {
|
||||
jet.TypeInfo useless = null;
|
||||
|
||||
Map<BigDecimal, String> map = new HashMap<BigDecimal, String>();
|
||||
|
||||
Map<BigDecimal, String> r = namespace.fff(useless, map);
|
||||
Map<BigDecimal, String> r = namespace.fff(map);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user