Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
compileJavaAgainstKotlin
/
class
/
ImplementsMapPP.java
blob: 5e61e63a8110516338d2cce818b76006753e9af5 [
file
]
package
test
;
class
ImplementsMapPP
{
{
Mine
<
String
,
Integer
>
mine
=
null
;
java
.
util
.
Map
<
Integer
,
String
>
map
=
mine
;
}
}