Files

8 lines
130 B
Kotlin
Vendored

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