mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 15:53:46 +00:00
Includes changes to decompiled text Old syntax is used in builtins and project code for now
13 lines
267 B
Kotlin
13 lines
267 B
Kotlin
class Test {
|
|
default object {
|
|
protected val prop: Int = 0;
|
|
}
|
|
}
|
|
|
|
// TESTED_OBJECT_KIND: property
|
|
// TESTED_OBJECTS: Test, prop
|
|
// FLAGS: ACC_STATIC, ACC_PROTECTED, ACC_FINAL
|
|
|
|
// TESTED_OBJECT_KIND: property
|
|
// TESTED_OBJECTS: Test$Default, prop
|
|
// ABSENT: TRUE |