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