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