"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,8 @@
|
||||
class My {
|
||||
// No initialization needed because no backing field
|
||||
val two: Int
|
||||
get() {
|
||||
val <!NAME_SHADOWING!>field<!> = 2
|
||||
return field
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user