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

6 lines
92 B
Kotlin
Vendored

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