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