[FIR] FirSyntheticProperty: drop resolveState
Such properties should be stateless and just wrap over accessories. Logic inside contract transformer is unreachable because we do not allow lazy resolution for synthetic properties. ^KT-61990
This commit is contained in:
committed by
Space Team
parent
bb40ce0bfc
commit
b8000d611a
-16
@@ -18,11 +18,9 @@ import org.jetbrains.kotlin.fir.FirSession
|
||||
import org.jetbrains.kotlin.fir.contracts.FirRawContractDescription
|
||||
import org.jetbrains.kotlin.fir.declarations.*
|
||||
import org.jetbrains.kotlin.fir.declarations.impl.FirPrimaryConstructor
|
||||
import org.jetbrains.kotlin.fir.declarations.synthetic.FirSyntheticProperty
|
||||
import org.jetbrains.kotlin.fir.resolve.ScopeSession
|
||||
import org.jetbrains.kotlin.fir.resolve.transformers.body.resolve.FirResolveContextCollector
|
||||
import org.jetbrains.kotlin.fir.resolve.transformers.contracts.FirContractResolveTransformer
|
||||
import org.jetbrains.kotlin.fir.symbols.lazyResolveToPhase
|
||||
import org.jetbrains.kotlin.fir.types.FirImplicitTypeRef
|
||||
|
||||
internal object LLFirContractsLazyResolver : LLFirLazyResolver(FirResolvePhase.CONTRACTS) {
|
||||
@@ -56,20 +54,6 @@ private class LLFirContractsTargetResolver(
|
||||
) {
|
||||
override val transformer = FirContractResolveTransformer(session, scopeSession)
|
||||
|
||||
override fun doResolveWithoutLock(target: FirElementWithResolveState): Boolean {
|
||||
if (target is FirSyntheticProperty) {
|
||||
target.getter.delegate.lazyResolveToPhase(resolverPhase)
|
||||
|
||||
performCustomResolveUnderLock(target) {
|
||||
// just update phase
|
||||
}
|
||||
|
||||
return true
|
||||
}
|
||||
|
||||
return super.doResolveWithoutLock(target)
|
||||
}
|
||||
|
||||
override fun doLazyResolveUnderLock(target: FirElementWithResolveState) {
|
||||
when (target) {
|
||||
is FirPrimaryConstructor, is FirErrorPrimaryConstructor -> {
|
||||
|
||||
+13
-13
@@ -1,5 +1,5 @@
|
||||
RAW_FIR:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] val something: R|kotlin/String|
|
||||
TARGET: public open override [<synthetic> STATUS] val something: R|kotlin/String|
|
||||
public [<synthetic> ResolvedTo(STATUS)] get(): R|kotlin/String| { LAZY_BLOCK }
|
||||
|
||||
FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
@@ -13,7 +13,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
}
|
||||
|
||||
IMPORTS:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] val something: R|kotlin/String|
|
||||
TARGET: public open override [<synthetic> STATUS] val something: R|kotlin/String|
|
||||
public [<synthetic> ResolvedTo(STATUS)] get(): R|kotlin/String| { LAZY_BLOCK }
|
||||
|
||||
FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
@@ -27,7 +27,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
}
|
||||
|
||||
COMPILER_REQUIRED_ANNOTATIONS:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] val something: R|kotlin/String|
|
||||
TARGET: public open override [<synthetic> STATUS] val something: R|kotlin/String|
|
||||
public [<synthetic> ResolvedTo(STATUS)] get(): R|kotlin/String| { LAZY_BLOCK }
|
||||
|
||||
FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
@@ -41,7 +41,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
}
|
||||
|
||||
COMPANION_GENERATION:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] val something: R|kotlin/String|
|
||||
TARGET: public open override [<synthetic> STATUS] val something: R|kotlin/String|
|
||||
public [<synthetic> ResolvedTo(STATUS)] get(): R|kotlin/String| { LAZY_BLOCK }
|
||||
|
||||
FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
@@ -55,7 +55,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
}
|
||||
|
||||
SUPER_TYPES:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] val something: R|kotlin/String|
|
||||
TARGET: public open override [<synthetic> STATUS] val something: R|kotlin/String|
|
||||
public [<synthetic> ResolvedTo(STATUS)] get(): R|kotlin/String| { LAZY_BLOCK }
|
||||
|
||||
FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
@@ -69,7 +69,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
}
|
||||
|
||||
TYPES:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] val something: R|kotlin/String|
|
||||
TARGET: public open override [<synthetic> STATUS] val something: R|kotlin/String|
|
||||
public [<synthetic> ResolvedTo(STATUS)] get(): R|kotlin/String| { LAZY_BLOCK }
|
||||
|
||||
FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
@@ -83,7 +83,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
}
|
||||
|
||||
STATUS:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] val something: R|kotlin/String|
|
||||
TARGET: public open override [<synthetic> STATUS] val something: R|kotlin/String|
|
||||
public [<synthetic> ResolvedTo(STATUS)] get(): R|kotlin/String| { LAZY_BLOCK }
|
||||
|
||||
FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
@@ -97,7 +97,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
}
|
||||
|
||||
EXPECT_ACTUAL_MATCHING:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] val something: R|kotlin/String|
|
||||
TARGET: public open override [<synthetic> STATUS] val something: R|kotlin/String|
|
||||
public [<synthetic> ResolvedTo(STATUS)] get(): R|kotlin/String| { LAZY_BLOCK }
|
||||
|
||||
FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
@@ -111,7 +111,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
}
|
||||
|
||||
ARGUMENTS_OF_ANNOTATIONS:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] val something: R|kotlin/String|
|
||||
TARGET: public open override [<synthetic> STATUS] val something: R|kotlin/String|
|
||||
public [<synthetic> ResolvedTo(STATUS)] get(): R|kotlin/String| { LAZY_BLOCK }
|
||||
|
||||
FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
@@ -125,7 +125,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
}
|
||||
|
||||
CONTRACTS:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] val something: R|kotlin/String|
|
||||
TARGET: public open override [<synthetic> STATUS] val something: R|kotlin/String|
|
||||
public [<synthetic> ResolvedTo(STATUS)] get(): R|kotlin/String| { LAZY_BLOCK }
|
||||
|
||||
FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
@@ -139,7 +139,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
}
|
||||
|
||||
IMPLICIT_TYPES_BODY_RESOLVE:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] val something: R|kotlin/String|
|
||||
TARGET: public open override [<synthetic> STATUS] val something: R|kotlin/String|
|
||||
public [<synthetic> ResolvedTo(STATUS)] get(): R|kotlin/String| { LAZY_BLOCK }
|
||||
|
||||
FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
@@ -153,7 +153,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
}
|
||||
|
||||
ANNOTATIONS_ARGUMENTS_MAPPING:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] val something: R|kotlin/String|
|
||||
TARGET: public open override [<synthetic> STATUS] val something: R|kotlin/String|
|
||||
public [<synthetic> ResolvedTo(STATUS)] get(): R|kotlin/String| { LAZY_BLOCK }
|
||||
|
||||
FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
@@ -167,7 +167,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
}
|
||||
|
||||
BODY_RESOLVE:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] val something: R|kotlin/String|
|
||||
TARGET: public open override [<synthetic> STATUS] val something: R|kotlin/String|
|
||||
public [<synthetic> ResolvedTo(STATUS)] get(): R|kotlin/String| { LAZY_BLOCK }
|
||||
|
||||
FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
|
||||
+13
-13
@@ -1,5 +1,5 @@
|
||||
RAW_FIR:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] val something: R|@R|Anno|(<strcat>(String(type: ), prop#)) kotlin/String|
|
||||
TARGET: public open override [<synthetic> STATUS] val something: R|@R|Anno|(<strcat>(String(type: ), prop#)) kotlin/String|
|
||||
@R|Anno|[Types](LAZY_EXPRESSION) public [<synthetic> ResolvedTo(STATUS)] get(): R|@R|Anno|(<strcat>(String(type: ), prop#)) kotlin/String| { LAZY_BLOCK }
|
||||
|
||||
FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
@@ -24,7 +24,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
public? [ResolvedTo(RAW_FIR)] get(): <implicit>
|
||||
|
||||
IMPORTS:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] val something: R|@R|Anno|(<strcat>(String(type: ), prop#)) kotlin/String|
|
||||
TARGET: public open override [<synthetic> STATUS] val something: R|@R|Anno|(<strcat>(String(type: ), prop#)) kotlin/String|
|
||||
@R|Anno|[Types](LAZY_EXPRESSION) public [<synthetic> ResolvedTo(STATUS)] get(): R|@R|Anno|(<strcat>(String(type: ), prop#)) kotlin/String| { LAZY_BLOCK }
|
||||
|
||||
FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
@@ -49,7 +49,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
public? [ResolvedTo(RAW_FIR)] get(): <implicit>
|
||||
|
||||
COMPILER_REQUIRED_ANNOTATIONS:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] val something: R|@R|Anno|(<strcat>(String(type: ), prop#)) kotlin/String|
|
||||
TARGET: public open override [<synthetic> STATUS] val something: R|@R|Anno|(<strcat>(String(type: ), prop#)) kotlin/String|
|
||||
@R|Anno|[Types](LAZY_EXPRESSION) public [<synthetic> ResolvedTo(STATUS)] get(): R|@R|Anno|(<strcat>(String(type: ), prop#)) kotlin/String| { LAZY_BLOCK }
|
||||
|
||||
FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
@@ -74,7 +74,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
public? [ResolvedTo(RAW_FIR)] get(): <implicit>
|
||||
|
||||
COMPANION_GENERATION:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] val something: R|@R|Anno|(<strcat>(String(type: ), prop#)) kotlin/String|
|
||||
TARGET: public open override [<synthetic> STATUS] val something: R|@R|Anno|(<strcat>(String(type: ), prop#)) kotlin/String|
|
||||
@R|Anno|[Types](LAZY_EXPRESSION) public [<synthetic> ResolvedTo(STATUS)] get(): R|@R|Anno|(<strcat>(String(type: ), prop#)) kotlin/String| { LAZY_BLOCK }
|
||||
|
||||
FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
@@ -99,7 +99,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
public? [ResolvedTo(RAW_FIR)] get(): <implicit>
|
||||
|
||||
SUPER_TYPES:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] val something: R|@R|Anno|(<strcat>(String(type: ), prop#)) kotlin/String|
|
||||
TARGET: public open override [<synthetic> STATUS] val something: R|@R|Anno|(<strcat>(String(type: ), prop#)) kotlin/String|
|
||||
@R|Anno|[Types](LAZY_EXPRESSION) public [<synthetic> ResolvedTo(STATUS)] get(): R|@R|Anno|(<strcat>(String(type: ), prop#)) kotlin/String| { LAZY_BLOCK }
|
||||
|
||||
FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
@@ -124,7 +124,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
public? [ResolvedTo(RAW_FIR)] get(): <implicit>
|
||||
|
||||
TYPES:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] val something: R|@R|Anno|(<strcat>(String(type: ), prop#)) kotlin/String|
|
||||
TARGET: public open override [<synthetic> STATUS] val something: R|@R|Anno|(<strcat>(String(type: ), prop#)) kotlin/String|
|
||||
@R|Anno|[Types](LAZY_EXPRESSION) public [<synthetic> ResolvedTo(STATUS)] get(): R|@R|Anno|(<strcat>(String(type: ), prop#)) kotlin/String| { LAZY_BLOCK }
|
||||
|
||||
FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
@@ -149,7 +149,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
public? [ResolvedTo(RAW_FIR)] get(): <implicit>
|
||||
|
||||
STATUS:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] val something: R|@R|Anno|(<strcat>(String(type: ), prop#)) kotlin/String|
|
||||
TARGET: public open override [<synthetic> STATUS] val something: R|@R|Anno|(<strcat>(String(type: ), prop#)) kotlin/String|
|
||||
@R|Anno|[Types](LAZY_EXPRESSION) public [<synthetic> ResolvedTo(STATUS)] get(): R|@R|Anno|(<strcat>(String(type: ), prop#)) kotlin/String| { LAZY_BLOCK }
|
||||
|
||||
FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
@@ -174,7 +174,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
public? [ResolvedTo(RAW_FIR)] get(): <implicit>
|
||||
|
||||
EXPECT_ACTUAL_MATCHING:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] val something: R|@R|Anno|(<strcat>(String(type: ), prop#)) kotlin/String|
|
||||
TARGET: public open override [<synthetic> STATUS] val something: R|@R|Anno|(<strcat>(String(type: ), prop#)) kotlin/String|
|
||||
@R|Anno|[Types](LAZY_EXPRESSION) public [<synthetic> ResolvedTo(STATUS)] get(): R|@R|Anno|(<strcat>(String(type: ), prop#)) kotlin/String| { LAZY_BLOCK }
|
||||
|
||||
FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
@@ -199,7 +199,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
public? [ResolvedTo(RAW_FIR)] get(): <implicit>
|
||||
|
||||
ARGUMENTS_OF_ANNOTATIONS:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] val something: R|@R|Anno|(<strcat>(String(type: ), prop#)) kotlin/String|
|
||||
TARGET: public open override [<synthetic> STATUS] val something: R|@R|Anno|(<strcat>(String(type: ), prop#)) kotlin/String|
|
||||
@R|Anno|[Types](LAZY_EXPRESSION) public [<synthetic> ResolvedTo(STATUS)] get(): R|@R|Anno|(<strcat>(String(type: ), prop#)) kotlin/String| { LAZY_BLOCK }
|
||||
|
||||
FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
@@ -224,7 +224,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
public? [ResolvedTo(RAW_FIR)] get(): <implicit>
|
||||
|
||||
CONTRACTS:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] val something: R|@R|Anno|(<strcat>(String(type: ), prop#)) kotlin/String|
|
||||
TARGET: public open override [<synthetic> STATUS] val something: R|@R|Anno|(<strcat>(String(type: ), prop#)) kotlin/String|
|
||||
@R|Anno|[Types](LAZY_EXPRESSION) public [<synthetic> ResolvedTo(STATUS)] get(): R|@R|Anno|(<strcat>(String(type: ), prop#)) kotlin/String| { LAZY_BLOCK }
|
||||
|
||||
FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
@@ -249,7 +249,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
public? [ResolvedTo(RAW_FIR)] get(): <implicit>
|
||||
|
||||
IMPLICIT_TYPES_BODY_RESOLVE:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] val something: R|@R|Anno|(<strcat>(String(type: ), prop#)) kotlin/String|
|
||||
TARGET: public open override [<synthetic> STATUS] val something: R|@R|Anno|(<strcat>(String(type: ), prop#)) kotlin/String|
|
||||
@R|Anno|[Types](LAZY_EXPRESSION) public [<synthetic> ResolvedTo(STATUS)] get(): R|@R|Anno|(<strcat>(String(type: ), prop#)) kotlin/String| { LAZY_BLOCK }
|
||||
|
||||
FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
@@ -274,7 +274,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
public? [ResolvedTo(RAW_FIR)] get(): <implicit>
|
||||
|
||||
ANNOTATIONS_ARGUMENTS_MAPPING:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] val something: R|@R|Anno|(<strcat>(String(type: ), prop#)) kotlin/String|
|
||||
TARGET: public open override [<synthetic> STATUS] val something: R|@R|Anno|(<strcat>(String(type: ), prop#)) kotlin/String|
|
||||
@R|Anno|[Types](LAZY_EXPRESSION) public [<synthetic> ResolvedTo(STATUS)] get(): R|@R|Anno|(<strcat>(String(type: ), prop#)) kotlin/String| { LAZY_BLOCK }
|
||||
|
||||
FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
@@ -299,7 +299,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
public? [ResolvedTo(RAW_FIR)] get(): <implicit>
|
||||
|
||||
BODY_RESOLVE:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] val something: R|@R|Anno|(<strcat>(String(type: ), prop#)) kotlin/String|
|
||||
TARGET: public open override [<synthetic> STATUS] val something: R|@R|Anno|(<strcat>(String(type: ), prop#)) kotlin/String|
|
||||
@R|Anno|[Types](LAZY_EXPRESSION) public [<synthetic> ResolvedTo(STATUS)] get(): R|@R|Anno|(<strcat>(String(type: ), prop#)) kotlin/String| { LAZY_BLOCK }
|
||||
|
||||
FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
|
||||
+13
-13
@@ -1,5 +1,5 @@
|
||||
RAW_FIR:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] val something: <implicit>
|
||||
TARGET: public open override [<synthetic> STATUS] val something: <implicit>
|
||||
public [<synthetic> ResolvedTo(STATUS)] get(): <implicit> { LAZY_BLOCK }
|
||||
|
||||
FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
@@ -13,7 +13,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
}
|
||||
|
||||
IMPORTS:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] val something: <implicit>
|
||||
TARGET: public open override [<synthetic> STATUS] val something: <implicit>
|
||||
public [<synthetic> ResolvedTo(STATUS)] get(): <implicit> { LAZY_BLOCK }
|
||||
|
||||
FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
@@ -27,7 +27,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
}
|
||||
|
||||
COMPILER_REQUIRED_ANNOTATIONS:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] val something: <implicit>
|
||||
TARGET: public open override [<synthetic> STATUS] val something: <implicit>
|
||||
public [<synthetic> ResolvedTo(STATUS)] get(): <implicit> { LAZY_BLOCK }
|
||||
|
||||
FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
@@ -41,7 +41,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
}
|
||||
|
||||
COMPANION_GENERATION:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] val something: <implicit>
|
||||
TARGET: public open override [<synthetic> STATUS] val something: <implicit>
|
||||
public [<synthetic> ResolvedTo(STATUS)] get(): <implicit> { LAZY_BLOCK }
|
||||
|
||||
FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
@@ -55,7 +55,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
}
|
||||
|
||||
SUPER_TYPES:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] val something: <implicit>
|
||||
TARGET: public open override [<synthetic> STATUS] val something: <implicit>
|
||||
public [<synthetic> ResolvedTo(STATUS)] get(): <implicit> { LAZY_BLOCK }
|
||||
|
||||
FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
@@ -69,7 +69,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
}
|
||||
|
||||
TYPES:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] val something: <implicit>
|
||||
TARGET: public open override [<synthetic> STATUS] val something: <implicit>
|
||||
public [<synthetic> ResolvedTo(STATUS)] get(): <implicit> { LAZY_BLOCK }
|
||||
|
||||
FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
@@ -83,7 +83,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
}
|
||||
|
||||
STATUS:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] val something: <implicit>
|
||||
TARGET: public open override [<synthetic> STATUS] val something: <implicit>
|
||||
public [<synthetic> ResolvedTo(STATUS)] get(): <implicit> { LAZY_BLOCK }
|
||||
|
||||
FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
@@ -97,7 +97,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
}
|
||||
|
||||
EXPECT_ACTUAL_MATCHING:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] val something: <implicit>
|
||||
TARGET: public open override [<synthetic> STATUS] val something: <implicit>
|
||||
public [<synthetic> ResolvedTo(STATUS)] get(): <implicit> { LAZY_BLOCK }
|
||||
|
||||
FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
@@ -111,7 +111,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
}
|
||||
|
||||
ARGUMENTS_OF_ANNOTATIONS:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] val something: <implicit>
|
||||
TARGET: public open override [<synthetic> STATUS] val something: <implicit>
|
||||
public [<synthetic> ResolvedTo(STATUS)] get(): <implicit> { LAZY_BLOCK }
|
||||
|
||||
FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
@@ -125,7 +125,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
}
|
||||
|
||||
CONTRACTS:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] val something: <implicit>
|
||||
TARGET: public open override [<synthetic> STATUS] val something: <implicit>
|
||||
public [<synthetic> ResolvedTo(STATUS)] get(): <implicit> { LAZY_BLOCK }
|
||||
|
||||
FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
@@ -139,7 +139,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
}
|
||||
|
||||
IMPLICIT_TYPES_BODY_RESOLVE:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] val something: <implicit>
|
||||
TARGET: public open override [<synthetic> STATUS] val something: <implicit>
|
||||
public [<synthetic> ResolvedTo(STATUS)] get(): <implicit> { LAZY_BLOCK }
|
||||
|
||||
FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
@@ -153,7 +153,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
}
|
||||
|
||||
ANNOTATIONS_ARGUMENTS_MAPPING:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] val something: <implicit>
|
||||
TARGET: public open override [<synthetic> STATUS] val something: <implicit>
|
||||
public [<synthetic> ResolvedTo(STATUS)] get(): <implicit> { LAZY_BLOCK }
|
||||
|
||||
FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
@@ -167,7 +167,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
}
|
||||
|
||||
BODY_RESOLVE:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] val something: <implicit>
|
||||
TARGET: public open override [<synthetic> STATUS] val something: <implicit>
|
||||
public [<synthetic> ResolvedTo(STATUS)] get(): <implicit> { LAZY_BLOCK }
|
||||
|
||||
FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
|
||||
+13
-13
@@ -1,5 +1,5 @@
|
||||
RAW_FIR:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] val something: <implicit>
|
||||
TARGET: public open override [<synthetic> STATUS] val something: <implicit>
|
||||
@R|Anno|[Types](LAZY_EXPRESSION) public [<synthetic> ResolvedTo(STATUS)] get(): <implicit> { LAZY_BLOCK }
|
||||
|
||||
FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
@@ -26,7 +26,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
public? [ResolvedTo(RAW_FIR)] get(): <implicit>
|
||||
|
||||
IMPORTS:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] val something: <implicit>
|
||||
TARGET: public open override [<synthetic> STATUS] val something: <implicit>
|
||||
@R|Anno|[Types](LAZY_EXPRESSION) public [<synthetic> ResolvedTo(STATUS)] get(): <implicit> { LAZY_BLOCK }
|
||||
|
||||
FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
@@ -53,7 +53,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
public? [ResolvedTo(RAW_FIR)] get(): <implicit>
|
||||
|
||||
COMPILER_REQUIRED_ANNOTATIONS:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] val something: <implicit>
|
||||
TARGET: public open override [<synthetic> STATUS] val something: <implicit>
|
||||
@R|Anno|[Types](LAZY_EXPRESSION) public [<synthetic> ResolvedTo(STATUS)] get(): <implicit> { LAZY_BLOCK }
|
||||
|
||||
FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
@@ -80,7 +80,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
public? [ResolvedTo(RAW_FIR)] get(): <implicit>
|
||||
|
||||
COMPANION_GENERATION:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] val something: <implicit>
|
||||
TARGET: public open override [<synthetic> STATUS] val something: <implicit>
|
||||
@R|Anno|[Types](LAZY_EXPRESSION) public [<synthetic> ResolvedTo(STATUS)] get(): <implicit> { LAZY_BLOCK }
|
||||
|
||||
FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
@@ -107,7 +107,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
public? [ResolvedTo(RAW_FIR)] get(): <implicit>
|
||||
|
||||
SUPER_TYPES:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] val something: <implicit>
|
||||
TARGET: public open override [<synthetic> STATUS] val something: <implicit>
|
||||
@R|Anno|[Types](LAZY_EXPRESSION) public [<synthetic> ResolvedTo(STATUS)] get(): <implicit> { LAZY_BLOCK }
|
||||
|
||||
FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
@@ -134,7 +134,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
public? [ResolvedTo(RAW_FIR)] get(): <implicit>
|
||||
|
||||
TYPES:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] val something: <implicit>
|
||||
TARGET: public open override [<synthetic> STATUS] val something: <implicit>
|
||||
@R|Anno|[Types](LAZY_EXPRESSION) public [<synthetic> ResolvedTo(STATUS)] get(): <implicit> { LAZY_BLOCK }
|
||||
|
||||
FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
@@ -161,7 +161,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
public? [ResolvedTo(RAW_FIR)] get(): <implicit>
|
||||
|
||||
STATUS:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] val something: <implicit>
|
||||
TARGET: public open override [<synthetic> STATUS] val something: <implicit>
|
||||
@R|Anno|[Types](LAZY_EXPRESSION) public [<synthetic> ResolvedTo(STATUS)] get(): <implicit> { LAZY_BLOCK }
|
||||
|
||||
FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
@@ -188,7 +188,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
public? [ResolvedTo(RAW_FIR)] get(): <implicit>
|
||||
|
||||
EXPECT_ACTUAL_MATCHING:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] val something: <implicit>
|
||||
TARGET: public open override [<synthetic> STATUS] val something: <implicit>
|
||||
@R|Anno|[Types](LAZY_EXPRESSION) public [<synthetic> ResolvedTo(STATUS)] get(): <implicit> { LAZY_BLOCK }
|
||||
|
||||
FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
@@ -215,7 +215,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
public? [ResolvedTo(RAW_FIR)] get(): <implicit>
|
||||
|
||||
ARGUMENTS_OF_ANNOTATIONS:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] val something: <implicit>
|
||||
TARGET: public open override [<synthetic> STATUS] val something: <implicit>
|
||||
@R|Anno|[Types](LAZY_EXPRESSION) public [<synthetic> ResolvedTo(STATUS)] get(): <implicit> { LAZY_BLOCK }
|
||||
|
||||
FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
@@ -242,7 +242,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
public? [ResolvedTo(RAW_FIR)] get(): <implicit>
|
||||
|
||||
CONTRACTS:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] val something: <implicit>
|
||||
TARGET: public open override [<synthetic> STATUS] val something: <implicit>
|
||||
@R|Anno|[Types](LAZY_EXPRESSION) public [<synthetic> ResolvedTo(STATUS)] get(): <implicit> { LAZY_BLOCK }
|
||||
|
||||
FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
@@ -269,7 +269,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
public? [ResolvedTo(RAW_FIR)] get(): <implicit>
|
||||
|
||||
IMPLICIT_TYPES_BODY_RESOLVE:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] val something: <implicit>
|
||||
TARGET: public open override [<synthetic> STATUS] val something: <implicit>
|
||||
@R|Anno|[Types](LAZY_EXPRESSION) public [<synthetic> ResolvedTo(STATUS)] get(): <implicit> { LAZY_BLOCK }
|
||||
|
||||
FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
@@ -296,7 +296,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
public? [ResolvedTo(RAW_FIR)] get(): <implicit>
|
||||
|
||||
ANNOTATIONS_ARGUMENTS_MAPPING:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] val something: <implicit>
|
||||
TARGET: public open override [<synthetic> STATUS] val something: <implicit>
|
||||
@R|Anno|[Types](LAZY_EXPRESSION) public [<synthetic> ResolvedTo(STATUS)] get(): <implicit> { LAZY_BLOCK }
|
||||
|
||||
FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
@@ -323,7 +323,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
public? [ResolvedTo(RAW_FIR)] get(): <implicit>
|
||||
|
||||
BODY_RESOLVE:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] val something: <implicit>
|
||||
TARGET: public open override [<synthetic> STATUS] val something: <implicit>
|
||||
@R|Anno|[Types](LAZY_EXPRESSION) public [<synthetic> ResolvedTo(STATUS)] get(): <implicit> { LAZY_BLOCK }
|
||||
|
||||
FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
|
||||
Vendored
+13
-13
@@ -1,5 +1,5 @@
|
||||
RAW_FIR:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] var something: R|kotlin/String|
|
||||
TARGET: public open override [<synthetic> STATUS] var something: R|kotlin/String|
|
||||
@R|Anno|[Types](LAZY_EXPRESSION) public [<synthetic> ResolvedTo(STATUS)] get(): R|kotlin/String| { LAZY_BLOCK }
|
||||
@R|Anno|[Types](LAZY_EXPRESSION) public [<synthetic> ResolvedTo(STATUS)] set([ResolvedTo(STATUS)] s: R|@R|Anno|(<strcat>(String(setter type ), propertyFromSetter#)) kotlin/String|): <implicit> { LAZY_BLOCK }
|
||||
|
||||
@@ -43,7 +43,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
public? [ResolvedTo(RAW_FIR)] get(): <implicit>
|
||||
|
||||
IMPORTS:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] var something: R|kotlin/String|
|
||||
TARGET: public open override [<synthetic> STATUS] var something: R|kotlin/String|
|
||||
@R|Anno|[Types](LAZY_EXPRESSION) public [<synthetic> ResolvedTo(STATUS)] get(): R|kotlin/String| { LAZY_BLOCK }
|
||||
@R|Anno|[Types](LAZY_EXPRESSION) public [<synthetic> ResolvedTo(STATUS)] set([ResolvedTo(STATUS)] s: R|@R|Anno|(<strcat>(String(setter type ), propertyFromSetter#)) kotlin/String|): <implicit> { LAZY_BLOCK }
|
||||
|
||||
@@ -87,7 +87,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
public? [ResolvedTo(RAW_FIR)] get(): <implicit>
|
||||
|
||||
COMPILER_REQUIRED_ANNOTATIONS:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] var something: R|kotlin/String|
|
||||
TARGET: public open override [<synthetic> STATUS] var something: R|kotlin/String|
|
||||
@R|Anno|[Types](LAZY_EXPRESSION) public [<synthetic> ResolvedTo(STATUS)] get(): R|kotlin/String| { LAZY_BLOCK }
|
||||
@R|Anno|[Types](LAZY_EXPRESSION) public [<synthetic> ResolvedTo(STATUS)] set([ResolvedTo(STATUS)] s: R|@R|Anno|(<strcat>(String(setter type ), propertyFromSetter#)) kotlin/String|): <implicit> { LAZY_BLOCK }
|
||||
|
||||
@@ -131,7 +131,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
public? [ResolvedTo(RAW_FIR)] get(): <implicit>
|
||||
|
||||
COMPANION_GENERATION:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] var something: R|kotlin/String|
|
||||
TARGET: public open override [<synthetic> STATUS] var something: R|kotlin/String|
|
||||
@R|Anno|[Types](LAZY_EXPRESSION) public [<synthetic> ResolvedTo(STATUS)] get(): R|kotlin/String| { LAZY_BLOCK }
|
||||
@R|Anno|[Types](LAZY_EXPRESSION) public [<synthetic> ResolvedTo(STATUS)] set([ResolvedTo(STATUS)] s: R|@R|Anno|(<strcat>(String(setter type ), propertyFromSetter#)) kotlin/String|): <implicit> { LAZY_BLOCK }
|
||||
|
||||
@@ -175,7 +175,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
public? [ResolvedTo(RAW_FIR)] get(): <implicit>
|
||||
|
||||
SUPER_TYPES:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] var something: R|kotlin/String|
|
||||
TARGET: public open override [<synthetic> STATUS] var something: R|kotlin/String|
|
||||
@R|Anno|[Types](LAZY_EXPRESSION) public [<synthetic> ResolvedTo(STATUS)] get(): R|kotlin/String| { LAZY_BLOCK }
|
||||
@R|Anno|[Types](LAZY_EXPRESSION) public [<synthetic> ResolvedTo(STATUS)] set([ResolvedTo(STATUS)] s: R|@R|Anno|(<strcat>(String(setter type ), propertyFromSetter#)) kotlin/String|): <implicit> { LAZY_BLOCK }
|
||||
|
||||
@@ -219,7 +219,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
public? [ResolvedTo(RAW_FIR)] get(): <implicit>
|
||||
|
||||
TYPES:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] var something: R|kotlin/String|
|
||||
TARGET: public open override [<synthetic> STATUS] var something: R|kotlin/String|
|
||||
@R|Anno|[Types](LAZY_EXPRESSION) public [<synthetic> ResolvedTo(STATUS)] get(): R|kotlin/String| { LAZY_BLOCK }
|
||||
@R|Anno|[Types](LAZY_EXPRESSION) public [<synthetic> ResolvedTo(STATUS)] set([ResolvedTo(STATUS)] s: R|@R|Anno|(<strcat>(String(setter type ), propertyFromSetter#)) kotlin/String|): <implicit> { LAZY_BLOCK }
|
||||
|
||||
@@ -263,7 +263,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
public? [ResolvedTo(RAW_FIR)] get(): <implicit>
|
||||
|
||||
STATUS:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] var something: R|kotlin/String|
|
||||
TARGET: public open override [<synthetic> STATUS] var something: R|kotlin/String|
|
||||
@R|Anno|[Types](LAZY_EXPRESSION) public [<synthetic> ResolvedTo(STATUS)] get(): R|kotlin/String| { LAZY_BLOCK }
|
||||
@R|Anno|[Types](LAZY_EXPRESSION) public [<synthetic> ResolvedTo(STATUS)] set([ResolvedTo(STATUS)] s: R|@R|Anno|(<strcat>(String(setter type ), propertyFromSetter#)) kotlin/String|): <implicit> { LAZY_BLOCK }
|
||||
|
||||
@@ -307,7 +307,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
public? [ResolvedTo(RAW_FIR)] get(): <implicit>
|
||||
|
||||
EXPECT_ACTUAL_MATCHING:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] var something: R|kotlin/String|
|
||||
TARGET: public open override [<synthetic> STATUS] var something: R|kotlin/String|
|
||||
@R|Anno|[Types](LAZY_EXPRESSION) public [<synthetic> ResolvedTo(STATUS)] get(): R|kotlin/String| { LAZY_BLOCK }
|
||||
@R|Anno|[Types](LAZY_EXPRESSION) public [<synthetic> ResolvedTo(STATUS)] set([ResolvedTo(STATUS)] s: R|@R|Anno|(<strcat>(String(setter type ), propertyFromSetter#)) kotlin/String|): <implicit> { LAZY_BLOCK }
|
||||
|
||||
@@ -351,7 +351,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
public? [ResolvedTo(RAW_FIR)] get(): <implicit>
|
||||
|
||||
ARGUMENTS_OF_ANNOTATIONS:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] var something: R|kotlin/String|
|
||||
TARGET: public open override [<synthetic> STATUS] var something: R|kotlin/String|
|
||||
@R|Anno|[Types](LAZY_EXPRESSION) public [<synthetic> ResolvedTo(STATUS)] get(): R|kotlin/String| { LAZY_BLOCK }
|
||||
@R|Anno|[Types](LAZY_EXPRESSION) public [<synthetic> ResolvedTo(STATUS)] set([ResolvedTo(STATUS)] s: R|@R|Anno|(<strcat>(String(setter type ), propertyFromSetter#)) kotlin/String|): <implicit> { LAZY_BLOCK }
|
||||
|
||||
@@ -395,7 +395,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
public? [ResolvedTo(RAW_FIR)] get(): <implicit>
|
||||
|
||||
CONTRACTS:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] var something: R|kotlin/String|
|
||||
TARGET: public open override [<synthetic> STATUS] var something: R|kotlin/String|
|
||||
@R|Anno|[Types](LAZY_EXPRESSION) public [<synthetic> ResolvedTo(STATUS)] get(): R|kotlin/String| { LAZY_BLOCK }
|
||||
@R|Anno|[Types](LAZY_EXPRESSION) public [<synthetic> ResolvedTo(STATUS)] set([ResolvedTo(STATUS)] s: R|@R|Anno|(<strcat>(String(setter type ), propertyFromSetter#)) kotlin/String|): <implicit> { LAZY_BLOCK }
|
||||
|
||||
@@ -439,7 +439,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
public? [ResolvedTo(RAW_FIR)] get(): <implicit>
|
||||
|
||||
IMPLICIT_TYPES_BODY_RESOLVE:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] var something: R|kotlin/String|
|
||||
TARGET: public open override [<synthetic> STATUS] var something: R|kotlin/String|
|
||||
@R|Anno|[Types](LAZY_EXPRESSION) public [<synthetic> ResolvedTo(STATUS)] get(): R|kotlin/String| { LAZY_BLOCK }
|
||||
@R|Anno|[Types](LAZY_EXPRESSION) public [<synthetic> ResolvedTo(STATUS)] set([ResolvedTo(STATUS)] s: R|@R|Anno|(<strcat>(String(setter type ), propertyFromSetter#)) kotlin/String|): <implicit> { LAZY_BLOCK }
|
||||
|
||||
@@ -483,7 +483,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
public? [ResolvedTo(RAW_FIR)] get(): <implicit>
|
||||
|
||||
ANNOTATIONS_ARGUMENTS_MAPPING:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] var something: R|kotlin/String|
|
||||
TARGET: public open override [<synthetic> STATUS] var something: R|kotlin/String|
|
||||
@R|Anno|[Types](LAZY_EXPRESSION) public [<synthetic> ResolvedTo(STATUS)] get(): R|kotlin/String| { LAZY_BLOCK }
|
||||
@R|Anno|[Types](LAZY_EXPRESSION) public [<synthetic> ResolvedTo(STATUS)] set([ResolvedTo(STATUS)] s: R|@R|Anno|(<strcat>(String(setter type ), propertyFromSetter#)) kotlin/String|): <implicit> { LAZY_BLOCK }
|
||||
|
||||
@@ -527,7 +527,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
public? [ResolvedTo(RAW_FIR)] get(): <implicit>
|
||||
|
||||
BODY_RESOLVE:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] var something: R|kotlin/String|
|
||||
TARGET: public open override [<synthetic> STATUS] var something: R|kotlin/String|
|
||||
@R|Anno|[Types](LAZY_EXPRESSION) public [<synthetic> ResolvedTo(STATUS)] get(): R|kotlin/String| { LAZY_BLOCK }
|
||||
@R|Anno|[Types](LAZY_EXPRESSION) public [<synthetic> ResolvedTo(STATUS)] set([ResolvedTo(STATUS)] s: R|@R|Anno|(<strcat>(String(setter type ), propertyFromSetter#)) kotlin/String|): <implicit> { LAZY_BLOCK }
|
||||
|
||||
|
||||
Vendored
+13
-13
@@ -1,5 +1,5 @@
|
||||
RAW_FIR:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] var something: R|kotlin/String|
|
||||
TARGET: public open override [<synthetic> STATUS] var something: R|kotlin/String|
|
||||
public [<synthetic> ResolvedTo(STATUS)] get(): R|kotlin/String| { LAZY_BLOCK }
|
||||
public [<synthetic> ResolvedTo(STATUS)] set([ResolvedTo(STATUS)] s: R|kotlin/String|): R|kotlin/Unit| { LAZY_BLOCK }
|
||||
|
||||
@@ -16,7 +16,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
}
|
||||
|
||||
IMPORTS:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] var something: R|kotlin/String|
|
||||
TARGET: public open override [<synthetic> STATUS] var something: R|kotlin/String|
|
||||
public [<synthetic> ResolvedTo(STATUS)] get(): R|kotlin/String| { LAZY_BLOCK }
|
||||
public [<synthetic> ResolvedTo(STATUS)] set([ResolvedTo(STATUS)] s: R|kotlin/String|): R|kotlin/Unit| { LAZY_BLOCK }
|
||||
|
||||
@@ -33,7 +33,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
}
|
||||
|
||||
COMPILER_REQUIRED_ANNOTATIONS:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] var something: R|kotlin/String|
|
||||
TARGET: public open override [<synthetic> STATUS] var something: R|kotlin/String|
|
||||
public [<synthetic> ResolvedTo(STATUS)] get(): R|kotlin/String| { LAZY_BLOCK }
|
||||
public [<synthetic> ResolvedTo(STATUS)] set([ResolvedTo(STATUS)] s: R|kotlin/String|): R|kotlin/Unit| { LAZY_BLOCK }
|
||||
|
||||
@@ -50,7 +50,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
}
|
||||
|
||||
COMPANION_GENERATION:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] var something: R|kotlin/String|
|
||||
TARGET: public open override [<synthetic> STATUS] var something: R|kotlin/String|
|
||||
public [<synthetic> ResolvedTo(STATUS)] get(): R|kotlin/String| { LAZY_BLOCK }
|
||||
public [<synthetic> ResolvedTo(STATUS)] set([ResolvedTo(STATUS)] s: R|kotlin/String|): R|kotlin/Unit| { LAZY_BLOCK }
|
||||
|
||||
@@ -67,7 +67,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
}
|
||||
|
||||
SUPER_TYPES:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] var something: R|kotlin/String|
|
||||
TARGET: public open override [<synthetic> STATUS] var something: R|kotlin/String|
|
||||
public [<synthetic> ResolvedTo(STATUS)] get(): R|kotlin/String| { LAZY_BLOCK }
|
||||
public [<synthetic> ResolvedTo(STATUS)] set([ResolvedTo(STATUS)] s: R|kotlin/String|): R|kotlin/Unit| { LAZY_BLOCK }
|
||||
|
||||
@@ -84,7 +84,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
}
|
||||
|
||||
TYPES:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] var something: R|kotlin/String|
|
||||
TARGET: public open override [<synthetic> STATUS] var something: R|kotlin/String|
|
||||
public [<synthetic> ResolvedTo(STATUS)] get(): R|kotlin/String| { LAZY_BLOCK }
|
||||
public [<synthetic> ResolvedTo(STATUS)] set([ResolvedTo(STATUS)] s: R|kotlin/String|): R|kotlin/Unit| { LAZY_BLOCK }
|
||||
|
||||
@@ -101,7 +101,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
}
|
||||
|
||||
STATUS:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] var something: R|kotlin/String|
|
||||
TARGET: public open override [<synthetic> STATUS] var something: R|kotlin/String|
|
||||
public [<synthetic> ResolvedTo(STATUS)] get(): R|kotlin/String| { LAZY_BLOCK }
|
||||
public [<synthetic> ResolvedTo(STATUS)] set([ResolvedTo(STATUS)] s: R|kotlin/String|): R|kotlin/Unit| { LAZY_BLOCK }
|
||||
|
||||
@@ -118,7 +118,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
}
|
||||
|
||||
EXPECT_ACTUAL_MATCHING:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] var something: R|kotlin/String|
|
||||
TARGET: public open override [<synthetic> STATUS] var something: R|kotlin/String|
|
||||
public [<synthetic> ResolvedTo(STATUS)] get(): R|kotlin/String| { LAZY_BLOCK }
|
||||
public [<synthetic> ResolvedTo(STATUS)] set([ResolvedTo(STATUS)] s: R|kotlin/String|): R|kotlin/Unit| { LAZY_BLOCK }
|
||||
|
||||
@@ -135,7 +135,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
}
|
||||
|
||||
ARGUMENTS_OF_ANNOTATIONS:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] var something: R|kotlin/String|
|
||||
TARGET: public open override [<synthetic> STATUS] var something: R|kotlin/String|
|
||||
public [<synthetic> ResolvedTo(STATUS)] get(): R|kotlin/String| { LAZY_BLOCK }
|
||||
public [<synthetic> ResolvedTo(STATUS)] set([ResolvedTo(STATUS)] s: R|kotlin/String|): R|kotlin/Unit| { LAZY_BLOCK }
|
||||
|
||||
@@ -152,7 +152,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
}
|
||||
|
||||
CONTRACTS:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] var something: R|kotlin/String|
|
||||
TARGET: public open override [<synthetic> STATUS] var something: R|kotlin/String|
|
||||
public [<synthetic> ResolvedTo(STATUS)] get(): R|kotlin/String| { LAZY_BLOCK }
|
||||
public [<synthetic> ResolvedTo(STATUS)] set([ResolvedTo(STATUS)] s: R|kotlin/String|): R|kotlin/Unit| { LAZY_BLOCK }
|
||||
|
||||
@@ -169,7 +169,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
}
|
||||
|
||||
IMPLICIT_TYPES_BODY_RESOLVE:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] var something: R|kotlin/String|
|
||||
TARGET: public open override [<synthetic> STATUS] var something: R|kotlin/String|
|
||||
public [<synthetic> ResolvedTo(STATUS)] get(): R|kotlin/String| { LAZY_BLOCK }
|
||||
public [<synthetic> ResolvedTo(STATUS)] set([ResolvedTo(STATUS)] s: R|kotlin/String|): R|kotlin/Unit| { LAZY_BLOCK }
|
||||
|
||||
@@ -186,7 +186,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
}
|
||||
|
||||
ANNOTATIONS_ARGUMENTS_MAPPING:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] var something: R|kotlin/String|
|
||||
TARGET: public open override [<synthetic> STATUS] var something: R|kotlin/String|
|
||||
public [<synthetic> ResolvedTo(STATUS)] get(): R|kotlin/String| { LAZY_BLOCK }
|
||||
public [<synthetic> ResolvedTo(STATUS)] set([ResolvedTo(STATUS)] s: R|kotlin/String|): R|kotlin/Unit| { LAZY_BLOCK }
|
||||
|
||||
@@ -203,7 +203,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
}
|
||||
|
||||
BODY_RESOLVE:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] var something: R|kotlin/String|
|
||||
TARGET: public open override [<synthetic> STATUS] var something: R|kotlin/String|
|
||||
public [<synthetic> ResolvedTo(STATUS)] get(): R|kotlin/String| { LAZY_BLOCK }
|
||||
public [<synthetic> ResolvedTo(STATUS)] set([ResolvedTo(STATUS)] s: R|kotlin/String|): R|kotlin/Unit| { LAZY_BLOCK }
|
||||
|
||||
|
||||
+13
-13
@@ -1,5 +1,5 @@
|
||||
RAW_FIR:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] var something: R|kotlin/String|
|
||||
TARGET: public open override [<synthetic> STATUS] var something: R|kotlin/String|
|
||||
@R|Anno|[Types](LAZY_EXPRESSION) public [<synthetic> ResolvedTo(STATUS)] get(): R|kotlin/String| { LAZY_BLOCK }
|
||||
@R|Anno|[Types](LAZY_EXPRESSION) public [<synthetic> ResolvedTo(STATUS)] set([ResolvedTo(STATUS)] s: R|@R|Anno|(<strcat>(String(setter type ), propertyFromSetter#)) kotlin/String|): R|kotlin/Unit| { LAZY_BLOCK }
|
||||
|
||||
@@ -33,7 +33,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
public? [ResolvedTo(RAW_FIR)] get(): <implicit>
|
||||
|
||||
IMPORTS:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] var something: R|kotlin/String|
|
||||
TARGET: public open override [<synthetic> STATUS] var something: R|kotlin/String|
|
||||
@R|Anno|[Types](LAZY_EXPRESSION) public [<synthetic> ResolvedTo(STATUS)] get(): R|kotlin/String| { LAZY_BLOCK }
|
||||
@R|Anno|[Types](LAZY_EXPRESSION) public [<synthetic> ResolvedTo(STATUS)] set([ResolvedTo(STATUS)] s: R|@R|Anno|(<strcat>(String(setter type ), propertyFromSetter#)) kotlin/String|): R|kotlin/Unit| { LAZY_BLOCK }
|
||||
|
||||
@@ -67,7 +67,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
public? [ResolvedTo(RAW_FIR)] get(): <implicit>
|
||||
|
||||
COMPILER_REQUIRED_ANNOTATIONS:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] var something: R|kotlin/String|
|
||||
TARGET: public open override [<synthetic> STATUS] var something: R|kotlin/String|
|
||||
@R|Anno|[Types](LAZY_EXPRESSION) public [<synthetic> ResolvedTo(STATUS)] get(): R|kotlin/String| { LAZY_BLOCK }
|
||||
@R|Anno|[Types](LAZY_EXPRESSION) public [<synthetic> ResolvedTo(STATUS)] set([ResolvedTo(STATUS)] s: R|@R|Anno|(<strcat>(String(setter type ), propertyFromSetter#)) kotlin/String|): R|kotlin/Unit| { LAZY_BLOCK }
|
||||
|
||||
@@ -101,7 +101,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
public? [ResolvedTo(RAW_FIR)] get(): <implicit>
|
||||
|
||||
COMPANION_GENERATION:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] var something: R|kotlin/String|
|
||||
TARGET: public open override [<synthetic> STATUS] var something: R|kotlin/String|
|
||||
@R|Anno|[Types](LAZY_EXPRESSION) public [<synthetic> ResolvedTo(STATUS)] get(): R|kotlin/String| { LAZY_BLOCK }
|
||||
@R|Anno|[Types](LAZY_EXPRESSION) public [<synthetic> ResolvedTo(STATUS)] set([ResolvedTo(STATUS)] s: R|@R|Anno|(<strcat>(String(setter type ), propertyFromSetter#)) kotlin/String|): R|kotlin/Unit| { LAZY_BLOCK }
|
||||
|
||||
@@ -135,7 +135,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
public? [ResolvedTo(RAW_FIR)] get(): <implicit>
|
||||
|
||||
SUPER_TYPES:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] var something: R|kotlin/String|
|
||||
TARGET: public open override [<synthetic> STATUS] var something: R|kotlin/String|
|
||||
@R|Anno|[Types](LAZY_EXPRESSION) public [<synthetic> ResolvedTo(STATUS)] get(): R|kotlin/String| { LAZY_BLOCK }
|
||||
@R|Anno|[Types](LAZY_EXPRESSION) public [<synthetic> ResolvedTo(STATUS)] set([ResolvedTo(STATUS)] s: R|@R|Anno|(<strcat>(String(setter type ), propertyFromSetter#)) kotlin/String|): R|kotlin/Unit| { LAZY_BLOCK }
|
||||
|
||||
@@ -169,7 +169,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
public? [ResolvedTo(RAW_FIR)] get(): <implicit>
|
||||
|
||||
TYPES:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] var something: R|kotlin/String|
|
||||
TARGET: public open override [<synthetic> STATUS] var something: R|kotlin/String|
|
||||
@R|Anno|[Types](LAZY_EXPRESSION) public [<synthetic> ResolvedTo(STATUS)] get(): R|kotlin/String| { LAZY_BLOCK }
|
||||
@R|Anno|[Types](LAZY_EXPRESSION) public [<synthetic> ResolvedTo(STATUS)] set([ResolvedTo(STATUS)] s: R|@R|Anno|(<strcat>(String(setter type ), propertyFromSetter#)) kotlin/String|): R|kotlin/Unit| { LAZY_BLOCK }
|
||||
|
||||
@@ -203,7 +203,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
public? [ResolvedTo(RAW_FIR)] get(): <implicit>
|
||||
|
||||
STATUS:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] var something: R|kotlin/String|
|
||||
TARGET: public open override [<synthetic> STATUS] var something: R|kotlin/String|
|
||||
@R|Anno|[Types](LAZY_EXPRESSION) public [<synthetic> ResolvedTo(STATUS)] get(): R|kotlin/String| { LAZY_BLOCK }
|
||||
@R|Anno|[Types](LAZY_EXPRESSION) public [<synthetic> ResolvedTo(STATUS)] set([ResolvedTo(STATUS)] s: R|@R|Anno|(<strcat>(String(setter type ), propertyFromSetter#)) kotlin/String|): R|kotlin/Unit| { LAZY_BLOCK }
|
||||
|
||||
@@ -237,7 +237,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
public? [ResolvedTo(RAW_FIR)] get(): <implicit>
|
||||
|
||||
EXPECT_ACTUAL_MATCHING:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] var something: R|kotlin/String|
|
||||
TARGET: public open override [<synthetic> STATUS] var something: R|kotlin/String|
|
||||
@R|Anno|[Types](LAZY_EXPRESSION) public [<synthetic> ResolvedTo(STATUS)] get(): R|kotlin/String| { LAZY_BLOCK }
|
||||
@R|Anno|[Types](LAZY_EXPRESSION) public [<synthetic> ResolvedTo(STATUS)] set([ResolvedTo(STATUS)] s: R|@R|Anno|(<strcat>(String(setter type ), propertyFromSetter#)) kotlin/String|): R|kotlin/Unit| { LAZY_BLOCK }
|
||||
|
||||
@@ -271,7 +271,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
public? [ResolvedTo(RAW_FIR)] get(): <implicit>
|
||||
|
||||
ARGUMENTS_OF_ANNOTATIONS:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] var something: R|kotlin/String|
|
||||
TARGET: public open override [<synthetic> STATUS] var something: R|kotlin/String|
|
||||
@R|Anno|[Types](LAZY_EXPRESSION) public [<synthetic> ResolvedTo(STATUS)] get(): R|kotlin/String| { LAZY_BLOCK }
|
||||
@R|Anno|[Types](LAZY_EXPRESSION) public [<synthetic> ResolvedTo(STATUS)] set([ResolvedTo(STATUS)] s: R|@R|Anno|(<strcat>(String(setter type ), propertyFromSetter#)) kotlin/String|): R|kotlin/Unit| { LAZY_BLOCK }
|
||||
|
||||
@@ -305,7 +305,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
public? [ResolvedTo(RAW_FIR)] get(): <implicit>
|
||||
|
||||
CONTRACTS:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] var something: R|kotlin/String|
|
||||
TARGET: public open override [<synthetic> STATUS] var something: R|kotlin/String|
|
||||
@R|Anno|[Types](LAZY_EXPRESSION) public [<synthetic> ResolvedTo(STATUS)] get(): R|kotlin/String| { LAZY_BLOCK }
|
||||
@R|Anno|[Types](LAZY_EXPRESSION) public [<synthetic> ResolvedTo(STATUS)] set([ResolvedTo(STATUS)] s: R|@R|Anno|(<strcat>(String(setter type ), propertyFromSetter#)) kotlin/String|): R|kotlin/Unit| { LAZY_BLOCK }
|
||||
|
||||
@@ -339,7 +339,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
public? [ResolvedTo(RAW_FIR)] get(): <implicit>
|
||||
|
||||
IMPLICIT_TYPES_BODY_RESOLVE:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] var something: R|kotlin/String|
|
||||
TARGET: public open override [<synthetic> STATUS] var something: R|kotlin/String|
|
||||
@R|Anno|[Types](LAZY_EXPRESSION) public [<synthetic> ResolvedTo(STATUS)] get(): R|kotlin/String| { LAZY_BLOCK }
|
||||
@R|Anno|[Types](LAZY_EXPRESSION) public [<synthetic> ResolvedTo(STATUS)] set([ResolvedTo(STATUS)] s: R|@R|Anno|(<strcat>(String(setter type ), propertyFromSetter#)) kotlin/String|): R|kotlin/Unit| { LAZY_BLOCK }
|
||||
|
||||
@@ -373,7 +373,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
public? [ResolvedTo(RAW_FIR)] get(): <implicit>
|
||||
|
||||
ANNOTATIONS_ARGUMENTS_MAPPING:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] var something: R|kotlin/String|
|
||||
TARGET: public open override [<synthetic> STATUS] var something: R|kotlin/String|
|
||||
@R|Anno|[Types](LAZY_EXPRESSION) public [<synthetic> ResolvedTo(STATUS)] get(): R|kotlin/String| { LAZY_BLOCK }
|
||||
@R|Anno|[Types](LAZY_EXPRESSION) public [<synthetic> ResolvedTo(STATUS)] set([ResolvedTo(STATUS)] s: R|@R|Anno|(<strcat>(String(setter type ), propertyFromSetter#)) kotlin/String|): R|kotlin/Unit| { LAZY_BLOCK }
|
||||
|
||||
@@ -407,7 +407,7 @@ FILE: [ResolvedTo(IMPORTS)] Derived.kt
|
||||
public? [ResolvedTo(RAW_FIR)] get(): <implicit>
|
||||
|
||||
BODY_RESOLVE:
|
||||
TARGET: public open override [ResolvedTo(STATUS)] var something: R|kotlin/String|
|
||||
TARGET: public open override [<synthetic> STATUS] var something: R|kotlin/String|
|
||||
@R|Anno|[Types](LAZY_EXPRESSION) public [<synthetic> ResolvedTo(STATUS)] get(): R|kotlin/String| { LAZY_BLOCK }
|
||||
@R|Anno|[Types](LAZY_EXPRESSION) public [<synthetic> ResolvedTo(STATUS)] set([ResolvedTo(STATUS)] s: R|@R|Anno|(<strcat>(String(setter type ), propertyFromSetter#)) kotlin/String|): R|kotlin/Unit| { LAZY_BLOCK }
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@ package org.jetbrains.kotlin.fir.declarations
|
||||
|
||||
import java.util.concurrent.CountDownLatch
|
||||
import org.jetbrains.kotlin.fir.FirElementWithResolveState
|
||||
import org.jetbrains.kotlin.fir.declarations.synthetic.FirSyntheticProperty
|
||||
import org.jetbrains.kotlin.fir.declarations.synthetic.FirSyntheticPropertyAccessor
|
||||
|
||||
/**
|
||||
@@ -50,10 +51,10 @@ fun FirResolvePhase.asResolveState(): FirResolvedToPhaseState = FirResolvedToPha
|
||||
|
||||
@OptIn(ResolveStateAccess::class)
|
||||
val FirElementWithResolveState.resolvePhase: FirResolvePhase
|
||||
get() = if (this is FirSyntheticPropertyAccessor) {
|
||||
delegate.resolvePhase
|
||||
} else {
|
||||
resolveState.resolvePhase
|
||||
get() = when (this) {
|
||||
is FirSyntheticProperty -> setter?.resolvePhase?.let { minOf(it, getter.resolvePhase) } ?: getter.resolvePhase
|
||||
is FirSyntheticPropertyAccessor -> delegate.resolvePhase
|
||||
else -> resolveState.resolvePhase
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
-6
@@ -27,7 +27,6 @@ class FirSyntheticProperty @FirImplementationDetail internal constructor(
|
||||
override val isVar: Boolean,
|
||||
override val symbol: FirSyntheticPropertySymbol,
|
||||
override val status: FirDeclarationStatus,
|
||||
resolvePhase: FirResolvePhase,
|
||||
override val getter: FirSyntheticPropertyAccessor,
|
||||
override val setter: FirSyntheticPropertyAccessor? = null,
|
||||
override val deprecationsProvider: DeprecationsProvider = UnresolvedDeprecationProvider
|
||||
@@ -36,11 +35,6 @@ class FirSyntheticProperty @FirImplementationDetail internal constructor(
|
||||
symbol.bind(this)
|
||||
}
|
||||
|
||||
init {
|
||||
@OptIn(ResolveStateAccess::class)
|
||||
this.resolveState = resolvePhase.asResolveState()
|
||||
}
|
||||
|
||||
override val backingField: FirBackingField? get() = null
|
||||
|
||||
override val returnTypeRef: FirTypeRef
|
||||
|
||||
-2
@@ -10,7 +10,6 @@ import org.jetbrains.kotlin.fir.FirModuleData
|
||||
import org.jetbrains.kotlin.fir.declarations.DeprecationsProvider
|
||||
import org.jetbrains.kotlin.fir.declarations.FirDeclarationStatus
|
||||
import org.jetbrains.kotlin.fir.declarations.FirSimpleFunction
|
||||
import org.jetbrains.kotlin.fir.declarations.resolvePhase
|
||||
import org.jetbrains.kotlin.fir.symbols.impl.FirSyntheticPropertySymbol
|
||||
import org.jetbrains.kotlin.name.Name
|
||||
|
||||
@@ -29,7 +28,6 @@ class FirSyntheticPropertyBuilder {
|
||||
fun build(): FirSyntheticProperty = FirSyntheticProperty(
|
||||
moduleData, name, isVar = delegateSetter != null, symbol = symbol,
|
||||
status = status ?: delegateGetter.status,
|
||||
resolvePhase = delegateGetter.resolvePhase,
|
||||
getter = FirSyntheticPropertyAccessor(delegateGetter, isGetter = true, symbol),
|
||||
setter = delegateSetter?.let { FirSyntheticPropertyAccessor(it, isGetter = false, symbol) },
|
||||
deprecationsProvider = deprecationsProvider
|
||||
|
||||
@@ -7,6 +7,8 @@ package org.jetbrains.kotlin.fir.renderer
|
||||
|
||||
import org.jetbrains.kotlin.fir.FirElementWithResolveState
|
||||
import org.jetbrains.kotlin.fir.declarations.ResolveStateAccess
|
||||
import org.jetbrains.kotlin.fir.declarations.resolvePhase
|
||||
import org.jetbrains.kotlin.fir.declarations.synthetic.FirSyntheticProperty
|
||||
import org.jetbrains.kotlin.fir.declarations.synthetic.FirSyntheticPropertyAccessor
|
||||
import org.jetbrains.kotlin.fir.expressions.FirAnnotationCall
|
||||
|
||||
@@ -16,10 +18,10 @@ class FirResolvePhaseRenderer {
|
||||
|
||||
fun render(element: FirElementWithResolveState) {
|
||||
@OptIn(ResolveStateAccess::class)
|
||||
val text = if (element is FirSyntheticPropertyAccessor) {
|
||||
"[<synthetic> ${element.delegate.resolveState}] "
|
||||
} else {
|
||||
"[${element.resolveState}] "
|
||||
val text = when (element) {
|
||||
is FirSyntheticProperty -> "[<synthetic> ${element.resolvePhase}] "
|
||||
is FirSyntheticPropertyAccessor -> "[<synthetic> ${element.delegate.resolveState}] "
|
||||
else -> "[${element.resolveState}] "
|
||||
}
|
||||
|
||||
printer.print(text)
|
||||
@@ -28,4 +30,4 @@ class FirResolvePhaseRenderer {
|
||||
fun render(element: FirAnnotationCall) {
|
||||
printer.print("[${element.annotationResolvePhase}]")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user