Files
kotlin-fork/idea/testData/completion/handlers/ForceParenthesisForTabChar.kt
T

9 lines
101 B
Kotlin

package testing
fun some(f: () -> Unit) = 12
fun other() = 12
fun test() {
som<caret>other()
}