Files
kotlin-fork/compiler/testData/readKotlinBinaryClass/prop/ExtVarMapPQInt.kt
T
2012-01-17 19:32:18 +04:00

8 lines
133 B
Kotlin

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