Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
compiler
/
testData
/
compileJavaAgainstKotlin
/
property
/
GenericProperty.kt
blob: e54b6940c74ef74ef08a10a59ca29e7659d88d14 [
file
] [
log
] [
blame
]
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
>