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