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 {
|
||||
val value = "foobar";
|
||||
val value = "foobar"
|
||||
@JvmStatic get() {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user