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