Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6f1b95d296c5592d3a3e71cc638994fa2ba4e4f7
/
.
/
compiler
/
testData
/
compileJavaAgainstKotlin
/
property
/
GenericProperty.kt
blob: e54b6940c74ef74ef08a10a59ca29e7659d88d14 [
file
]
package
test
// Tests that type variables of properties are written to the getter signature
val
<
K
,
V
>
Map
<
K
,
V
>.
test
:
Map
<
V
,
K
>
get
()
=
this
as
Map
<
V
,
K
>