blob: 41d43fc007fa93f2d0443fe8bb15b6b006c9700c [file]
// FALSE
class Test {
val more : Int = 0
val test : Int
get() {
<caret>
return more
}
}