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