Files
kotlin-fork/idea/testData/refactoring/introduceVariable/CantIntroduceToClass.kt
T
2015-09-03 22:06:11 +03:00

3 lines
60 B
Kotlin
Vendored

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