Files
2021-05-05 18:20:51 +03:00

5 lines
127 B
Kotlin
Vendored

// FIR_IDENTICAL
class C {
@Suppress("REDUNDANT_NULLABLE")
fun foo(): String?? = null <!USELESS_CAST!>as Nothing??<!>
}