33e6a85a2d
We exclude testData pattern from copyright scope
6 lines
130 B
Kotlin
Vendored
6 lines
130 B
Kotlin
Vendored
var withGetterAndSetter: Int = 42/* DeclarationStructureElement */
|
|
get() = field
|
|
set(value) {
|
|
field = value
|
|
}
|