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

6 lines
44 B
Kotlin
Vendored

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