Support custom accessors for top-level properties in scripts.
This commit is contained in:
Vendored
+1
-1
@@ -18,7 +18,7 @@ package foo
|
||||
|
||||
object Bar {
|
||||
companion object {
|
||||
var variable: String;
|
||||
var variable: String
|
||||
@JvmStatic set(value) {
|
||||
field = value
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user