a3fdce8131
#KT-6070 fixed
4 lines
109 B
Kotlin
4 lines
109 B
Kotlin
class C {
|
|
suppress("REDUNDANT_NULLABLE")
|
|
fun foo(): String?? = null <!USELESS_CAST!>as Nothing??<!>
|
|
} |