5 lines
77 B
Kotlin
Vendored
5 lines
77 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
fun foo() {
|
|
@Suppress("warnings")
|
|
("" as String??)
|
|
} |