[FIR] Hide primary constructor parameters from accessors
This commit is contained in:
@@ -5,5 +5,5 @@ class Foo(val a: Int, b: Int) {
|
||||
get() = a
|
||||
|
||||
val e: Int
|
||||
get() = b
|
||||
get() = <!UNRESOLVED_REFERENCE!>b<!>
|
||||
}
|
||||
Reference in New Issue
Block a user