// WITH_RUNTIME // IS_APPLICABLE: false fun foo(s: String?) { val t: String = s.toString() }