Files
kotlin/idea/testData/codeInsight/postfix/while.kt
2016-09-20 15:26:48 +03:00

4 lines
43 B
Kotlin
Vendored

fun foo(x: Boolean) {
x.while<caret>
}