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