Files
kotlin-fork/compiler/testData/readKotlinBinaryClass/prop/ExtVarl.kt
T
2012-01-18 12:08:35 +04:00

9 lines
154 B
Kotlin

package test
var Int.junk: Short
get() = throw Exception()
set(p: Short) = throw Exception()
val String.junk: Int
get() = throw Exception()