Files

7 lines
128 B
Kotlin
Vendored

// FIR_IDENTICAL
class C {
@Suppress("warnings")
companion object {
val foo: String?? = null as Nothing?
}
}