Files
kotlin-fork/idea/testData/intentions/convertToStringTemplate/this.kt
T

3 lines
40 B
Kotlin
Vendored

class A {
val s = ""<caret> + this
}