11 lines
159 B
Kotlin
Vendored
11 lines
159 B
Kotlin
Vendored
// FIR_COMPARISON
|
|
class Test(val testParam : Int) {
|
|
val x : Int get() {
|
|
val test = 12
|
|
return te<caret>
|
|
}
|
|
}
|
|
|
|
// EXIST: test
|
|
// EXIST: testParam
|