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