Fix project compilation
Compilation was broken becaise of the combination of706ff6b61fand9c2c11f7e9
This commit is contained in:
+1
-1
@@ -693,7 +693,7 @@ class CallAndReferenceGenerator(
|
|||||||
val symbol = annotationTypeRef.coneType.fullyExpandedType(session).toSymbol(session) as? FirRegularClassSymbol ?: return null
|
val symbol = annotationTypeRef.coneType.fullyExpandedType(session).toSymbol(session) as? FirRegularClassSymbol ?: return null
|
||||||
|
|
||||||
val constructorSymbol =
|
val constructorSymbol =
|
||||||
symbol.unsubstitutedScope(session, scopeSession, withForcedTypeCalculator = false)
|
symbol.unsubstitutedScope(session, scopeSession, withForcedTypeCalculator = false, memberRequiredPhase = null)
|
||||||
.getDeclaredConstructors().firstOrNull() ?: return null
|
.getDeclaredConstructors().firstOrNull() ?: return null
|
||||||
|
|
||||||
val argumentToParameterToMapping = constructorSymbol.valueParameterSymbols.mapNotNull {
|
val argumentToParameterToMapping = constructorSymbol.valueParameterSymbols.mapNotNull {
|
||||||
|
|||||||
Reference in New Issue
Block a user