fun foo(p: Int) { when (p) { 1 -> { println() } } }