Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b32f408767cf86efaa65eb02699fe00bd61d99a6
/
.
/
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
>());
}
}