Files
kotlin-fork/idea/testData/codeInsight/codeTransformations/declarations/join/simpleInitWithBackticks2.kt
T
2013-06-13 20:19:34 +04:00

4 lines
59 B
Kotlin

fun foo(n: Int) {
<caret>val `x`: String
`x` = ""
}