6 lines
107 B
Kotlin
6 lines
107 B
Kotlin
class aClass(){
|
|
var myField: Int = 0;
|
|
set(value){
|
|
$myFi<caret>eld=value
|
|
}
|
|
} |