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