Files
kotlin-fork/idea/testData/refactoring/introduceVariable/introduceToClass.kt
T
2016-12-08 17:56:54 +03:00

3 lines
60 B
Kotlin
Vendored

class X {
val s = <selection>10</selection>.toString()
}