Files
kotlin-fork/idea/testData/intentions/declarations/split/simpleInit.kt
T

3 lines
41 B
Kotlin
Vendored

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