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