Support custom accessors for top-level properties in scripts.
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
class aClass(){
|
||||
var myField: Int = 0;
|
||||
var myField: Int = 0
|
||||
set(value){
|
||||
fi<caret>eld=value
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
class aClass(){
|
||||
var anotherRenamed: Int = 0;
|
||||
var anotherRenamed: Int = 0
|
||||
set(value){
|
||||
field=value
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user