Files
kotlin-fork/idea/idea-frontend-fir/idea-fir-low-level-api/testdata/onAirResolve/replacementInsidePropertyBody.kt
T
2021-05-14 23:05:55 +03:00

8 lines
95 B
Kotlin

val x: Int get() {
val qqq = "Hello"
/*PLACE*/val x = 42
2
}
/*ONAIR*/val z = qqq