FIR: Do not create synthetic properties for non-Java accessors
^KT-35495 Fixed
This commit is contained in:
-3
@@ -1,3 +0,0 @@
|
||||
class B {
|
||||
fun getA() = a
|
||||
}
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
// FIR_IDENTICAL
|
||||
class B {
|
||||
fun getA() = <!UNRESOLVED_REFERENCE!>a<!>
|
||||
}
|
||||
Reference in New Issue
Block a user