18c59d5495
They're not objects per se, i.e. they're not singletons
8 lines
137 B
Kotlin
Vendored
8 lines
137 B
Kotlin
Vendored
class Foo {
|
|
val x = object { }
|
|
}
|
|
|
|
// TESTED_OBJECT_KIND: class
|
|
// TESTED_OBJECTS: Foo$x$1
|
|
// FLAGS: ACC_PUBLIC, ACC_FINAL, ACC_SUPER
|