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