"field": synthetic variable creation in accessors, codegen changed accordingly, a set of tests, relevant code fix (j2k)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class My {
|
||||
val my: String = "O"
|
||||
get() = field + "K"
|
||||
}
|
||||
|
||||
fun box() = My().my
|
||||
Reference in New Issue
Block a user