Inject stub type variables of a different builder inference call properly
This commit is contained in:
+3
@@ -15,6 +15,9 @@ class ExplicitTypeParameterConstraintPositionImpl(
|
||||
typeArgument: SimpleTypeArgument
|
||||
) : ExplicitTypeParameterConstraintPosition<SimpleTypeArgument>(typeArgument)
|
||||
|
||||
class InjectedAnotherStubTypeConstraintPositionImpl(builderInferenceLambdaOfInjectedStubType: LambdaKotlinCallArgument) :
|
||||
InjectedAnotherStubTypeConstraintPosition<LambdaKotlinCallArgument>(builderInferenceLambdaOfInjectedStubType)
|
||||
|
||||
class ExpectedTypeConstraintPositionImpl(topLevelCall: KotlinCall) : ExpectedTypeConstraintPosition<KotlinCall>(topLevelCall)
|
||||
|
||||
class DeclaredUpperBoundConstraintPositionImpl(
|
||||
|
||||
Reference in New Issue
Block a user