A new kind of synthetic accessors for backing fields, if accessed inside lambda / object literal / local class #KT-9657 Fixed
A set of tests provided Also #KT-4867 Fixed Also #KT-8750 Fixed Slight codegen refactoring
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
val my: String = "O"
|
||||
get() = { field }() + "K"
|
||||
|
||||
fun box() = my
|
||||
Reference in New Issue
Block a user