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

3 lines
41 B
Kotlin

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