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 constructorSymbol =
|
||||
symbol.unsubstitutedScope(session, scopeSession, withForcedTypeCalculator = false)
|
||||
symbol.unsubstitutedScope(session, scopeSession, withForcedTypeCalculator = false, memberRequiredPhase = null)
|
||||
.getDeclaredConstructors().firstOrNull() ?: return null
|
||||
|
||||
val argumentToParameterToMapping = constructorSymbol.valueParameterSymbols.mapNotNull {
|
||||
|
||||
Reference in New Issue
Block a user