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