Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
objects
/
ObjectsInheritance.kt
blob: cb2b25bbd9a2f9744be71301008f433f818b95b8 [
file
]
// FIR_IDENTICAL
package
toplevelObjectDeclarations
object
CObj
{}
object
DOjb
:
<!
SINGLETON_IN_SUPERTYPE
!>
CObj
<!>
{}