7 lines
128 B
Kotlin
Vendored
7 lines
128 B
Kotlin
Vendored
// "Suppress 'REDUNDANT_NULLABLE' for statement " "true"
|
|
|
|
fun foo() {
|
|
call("" as String?<caret>?)
|
|
}
|
|
|
|
fun call(s: String?) {} |