blob: 1aaa4760e8af9f7776ca62b91f923b2e8b055153 [file] [log] [blame]
// !SPECIFY_LOCAL_VARIABLE_TYPE_BY_DEFAULT: true
fun foo(b: Boolean) {
val s: String? = if (b) "abc" else null
}