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

9 lines
97 B
Plaintext

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