fun foo() { val p = 1 when (p) { 0 -> System.out?.println() else -> System.out?.println() } } // 1 LINENUMBER 3