Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ebcc2cc3b207156c1c0e90e5107aa356b8fa8d72
/
.
/
compiler
/
testData
/
codegen
/
innerClassInfo
/
anonymousClass.kt
blob: cbcf5146d55f90dbc6343ad465f7e9ecb8fbbdb3 [
file
]
class
A
{
val B
=
object
{
}
fun foo
()
{
val C
=
object
{
}
}
}