mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 08:31:29 +00:00
Includes changes to decompiled text Old syntax is used in builtins and project code for now
11 lines
120 B
Kotlin
11 lines
120 B
Kotlin
package test
|
|
|
|
class Test {
|
|
|
|
default object {
|
|
public val valProp: Int = 10
|
|
|
|
public var varProp: Int = 10
|
|
}
|
|
|
|
} |