K2: fix "private to this" determination logic in accordance with K1
#KT-61844 Fixed
This commit is contained in:
committed by
Space Team
parent
b9302869d5
commit
ae19cd91bf
+2
-2
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user