Files
kotlin-fork/idea/testData/formatter/Semicolon.kt
T

6 lines
48 B
Kotlin
Vendored

fun foo() {
"" ; ""
"";
// var = 1
}