Files
kotlin-fork/compiler/testData/diagnostics/tests/deprecated/classWithCompanionObject.fir.kt
T

9 lines
89 B
Kotlin
Vendored

class A {
@Deprecated("deprecated") companion object
class B
}
val x1 = A.B()