mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 00:21:32 +00:00
Includes changes to decompiled text Old syntax is used in builtins and project code for now
15 lines
272 B
Kotlin
15 lines
272 B
Kotlin
class Test {
|
|
default object {
|
|
protected var prop: Int = 0
|
|
private set
|
|
}
|
|
}
|
|
|
|
// TESTED_OBJECT_KIND: property
|
|
// TESTED_OBJECTS: Test, prop
|
|
// FLAGS: ACC_STATIC, ACC_PRIVATE
|
|
|
|
// TESTED_OBJECT_KIND: property
|
|
// TESTED_OBJECTS: Test$Default, prop
|
|
// ABSENT: TRUE
|