Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fa6706d92e6b4fd10bdb26da483b20467cd68a42
/
.
/
compiler
/
testData
/
compileJavaAgainstKotlin
/
property
/
GenericProperty.java
blob: a3bbcb2e402dfb2cd0ea38f1e6d01a7b93890395 [
file
]
package
test
;
class
GenericProperty
{
void
foo
()
{
java
.
util
.
Map
<
String
,
Integer
>
o
=
GenericPropertyKt
.
getTest
(
new
java
.
util
.
HashMap
<
Integer
,
String
>());
}
}