// WITH_RUNTIME fun main(args: Array) { val foo: String? = "foo" if (foo == null) { throw NullPointerException() } }