object TN { def pre1(b: Boolean): Unit = { println(if (b) 1 else throw null) } }