9 lines
137 B
Kotlin
Vendored
9 lines
137 B
Kotlin
Vendored
class Foo {
|
|
private object MyClass {
|
|
}
|
|
}
|
|
|
|
// TESTED_OBJECT_KIND: class
|
|
// TESTED_OBJECTS: Foo$MyClass
|
|
// FLAGS: ACC_FINAL, ACC_SUPER
|