e47a156e36
#KT-6810 Fixed
5 lines
48 B
Kotlin
Vendored
5 lines
48 B
Kotlin
Vendored
fun foo(s: String) {
|
|
if (s == "") {
|
|
|
|
}
|
|
} |