[LL FIR] fix lazy resolution of member property statuses for anonymous objects
Previously, statuses of superclass which are not local was not ignored Sometimes it worked in the IDE by calling lazyResolveToPhase which is a violation of the lazy resolution contract ^KT-54890
This commit is contained in:
Vendored
+1
-1
@@ -156,7 +156,7 @@ FILE: anonympuseObjectInInvalidPosition.kt
|
||||
}
|
||||
|
||||
private [BODY_RESOLVE] get(): <ERROR TYPE REF: Wrong number of type arguments>
|
||||
public abstract [SUPER_TYPES] interface A<[SUPER_TYPES] T> : R|kotlin/Any| {
|
||||
public abstract [TYPES] interface A<[TYPES] T> : R|kotlin/Any| {
|
||||
public abstract [STATUS] fun x(): R|kotlin/Unit|
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user