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

6 lines
92 B
Kotlin

package test
var Int.ggg: Int
get() = throw Exception()
set(p) = throw Exception()