compiler/testData/compileJavaAgainstKotlin/class/ImplementsMapPP.java (
7
lines of code) (
raw
):
package test; class ImplementsMapPP { { Mine<String, Integer> mine = null; java.util.Map<Integer, String> map = mine; } }