Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
4f8dad3e4ba00e23b4182ef4c50194b20bd43c8f
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
objects
/
nestedClassInAnonymousObject.fir.kt
blob: 1a182ce94d93b1050ac4c4379c4939ca0acda842 [
file
]
class
X
{
val foo
=
object
{
class
Foo
}
fun test
()
{
object
{
class
Foo
}
}
}