Files
kotlin-fork/idea/testData/refactoring/introduceVariable/ClassBody.kt
T
2014-04-17 19:01:17 +04:00

3 lines
53 B
Kotlin

open class A {
val x = <selection>1</selection>
}