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

4 lines
128 B
Kotlin
Vendored

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