33e6a85a2d
We exclude testData pattern from copyright scope
10 lines
234 B
Kotlin
Vendored
10 lines
234 B
Kotlin
Vendored
/* RootScriptStructureElement */var x: Int/* DeclarationStructureElement */
|
|
get() = field
|
|
set(value) {
|
|
field = value
|
|
}
|
|
|
|
val y = 42/* DeclarationStructureElement */
|
|
|
|
var z: Int = 15/* DeclarationStructureElement */
|