Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
ir
/
irText
/
declarations
/
kt65273.kt
blob: 6ac0937f86ca3d753a82e77491d2d3b3a2441f6a [
file
]
// FIR_IDENTICAL
class
A
{
private
abstract
class
B
{
val s
=
object
{}
}
private
class
C
:
B
()
}