fun foo(x: String) { val y = when (x) { -> { } else -> { } } }