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

5 lines
124 B
Kotlin
Vendored

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