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