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