Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
e74282753ae0fda39015b2d1cc9c31db24bb800c
/
.
/
idea
/
testData
/
structureView
/
fileStructure
/
InheritedInnerClasses.Data.kt
blob: 86c17c7db65a6bc49cb02969ddd25f8727fa3311 [
file
]
open
class
A
{
class
I1
inner
class
I2
fun foo
()
{}
}