6 lines
104 B
Kotlin
Vendored
6 lines
104 B
Kotlin
Vendored
class aClass(){
|
|
var myF<caret>ield: Int = 0;
|
|
set(value){
|
|
field=value
|
|
}
|
|
} |