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