Files
kotlin/compiler/testData/loadJava/compiledKotlin/prop/ExtVarMapPQInt.kt
2013-12-17 20:28:59 +04:00

6 lines
111 B
Kotlin
Vendored

package test
var <P, Q> Map<P, Q>.asas: Int
get() = throw Exception()
set(i: Int) = throw Exception()