6 lines
92 B
Kotlin
Vendored
6 lines
92 B
Kotlin
Vendored
package test
|
|
|
|
var Int.ggg: Int
|
|
get() = throw Exception()
|
|
set(p) = throw Exception()
|