KT-3118 NoSuchFieldError on private property without backing field &&
KT-3551 Wrong synthetic accessor implementation
This commit is contained in:
@@ -33,7 +33,7 @@ class C {
|
||||
class D {
|
||||
private var foo = 1
|
||||
set(i: Int) {
|
||||
foo = i + 1
|
||||
$foo = i + 1
|
||||
}
|
||||
|
||||
fun foo() {
|
||||
|
||||
Reference in New Issue
Block a user