5 lines
127 B
Kotlin
Vendored
5 lines
127 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
class C {
|
|
@Suppress("REDUNDANT_NULLABLE")
|
|
fun foo(): String?? = null <!USELESS_CAST!>as Nothing??<!>
|
|
} |