blob: fb0f304c66da9c79870256695b18e32727b7fd7e [file] [log] [blame]
// WITH_RUNTIME
fun test() {
val foo: String? = null
foo?.toString()<caret>
}