Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9ca5f9c66ebdb7e907ed23a75ccf71e119b6392c
/
.
/
idea
/
testData
/
structureView
/
fileStructure
/
AnonymousObjectMembers.kt
blob: bf7ac65a876172f91c8d94734cbf031250d58006 [
file
] [
log
] [
blame
]
class
C
{
val f
=
object
:
Runnable
{
fun run
()
{
}
fun xyzzy
()
{
}
}
fun bar
()
{
val g
=
object
:
Runnable
{
fun run
()
{
}
fun xyzzy
()
{
}
}
}
}