// WITH_RUNTIME fun test() { val foo: String? = null foo?.toString() }