44ca45123d
#KT-15142 Fixed
5 lines
103 B
Kotlin
Vendored
5 lines
103 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
// IS_APPLICABLE: false
|
|
fun foo(s: String?) {
|
|
val t: String = s.toString()<caret>
|
|
} |