blob: a9f9fb32eae60e8fbd8b60ce4f742dd32ccb2ac0 [file]
fun foo(s: String) {
if (s == "") {
}
}