Files
kotlin-fork/idea/testData/checker/codeFragments/callExpression.kt
T

4 lines
57 B
Kotlin

fun foo(i: Int, s: String) {
val a = 1
<caret>a
}