move compileJavaAgainstKotlin tests

This commit is contained in:
Stepan Koltsov
2011-12-11 22:27:55 +04:00
parent 98511590f0
commit ae6c8d6f78
32 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
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 = namespace.fff(map);
}
}