[FIR] Fix visibility issues with private members within inner and anonymous scopes ^KT-49992 Fixed
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
// FIR status: NPE: null cannot be cast to not-null type IrPropertySymbol
|
||||
// while translating this@R|/<anonymous>|.R|/X.n|
|
||||
open class X(private val n: String) {
|
||||
|
||||
fun foo(): String {
|
||||
|
||||
Reference in New Issue
Block a user