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