K2: fix "private to this" determination logic in accordance with K1

#KT-61844 Fixed
This commit is contained in:
Mikhail Glukhikh
2023-09-20 17:43:44 +02:00
committed by Space Team
parent b9302869d5
commit ae19cd91bf
5 changed files with 28 additions and 25 deletions
@@ -27,8 +27,8 @@ FILE: compilerPhase.kt
super<R|kotlin/Any|>()
}
private/*private to this*/ final val lower: R|CompilerPhase<Context, Data, Data>| = R|<local>/lower|
private/*private to this*/ get(): R|CompilerPhase<Context, Data, Data>|
private final val lower: R|CompilerPhase<Context, Data, Data>| = R|<local>/lower|
private get(): R|CompilerPhase<Context, Data, Data>|
public open override fun invoke(phaseConfig: R|PhaseConfig|, phaserState: R|PhaserState<Data>|, context: R|Context|, input: R|Data|): R|Data| {
lval output: R|Data| = when () {