Support custom accessors for top-level properties in scripts.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// JVM_TARGET: 1.8
|
||||
|
||||
interface Z {
|
||||
val z: String;
|
||||
val z: String
|
||||
get() = "OK"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user