Files
kotlin-fork/idea/testData/completion/weighers/LocalsPropertiesKeywords.kt
T

4 lines
55 B
Kotlin

fun test(fals: Int) {
val falt = 111
f<caret>
}