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