Files
kotlin-fork/idea/idea-completion/testData/handlers/keywords/IfLParenth.kt.after
T
2016-04-19 15:22:06 +03:00

8 lines
85 B
Plaintext
Vendored

fun t() {
while (true) {
if(<caret>)
}
}
// ELEMENT: if
// CHAR: '('