mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 15:53:55 +00:00
Includes changes to decompiled text Old syntax is used in builtins and project code for now
10 lines
185 B
Kotlin
10 lines
185 B
Kotlin
class MyClass {
|
|
deprecated("") default object {
|
|
|
|
}
|
|
}
|
|
|
|
// TESTED_OBJECT_KIND: class
|
|
// TESTED_OBJECTS: MyClass$Default
|
|
// FLAGS: ACC_PUBLIC, ACC_FINAL, ACC_DEPRECATED, ACC_SUPER
|