Files
kotlin-fork/compiler/testData/diagnostics/tests/redeclarations/RedeclarationInDefaultObject.fir.kt
T

6 lines
76 B
Kotlin
Vendored

class A {
companion object B {
class G
val G = 1
}
}