Split stub types into stub type for subtyping and for builder inference and use them in the proper way
This commit is contained in:
+1
-1
@@ -497,7 +497,7 @@ class NewConstraintSystemImpl(
|
||||
override fun bindingStubsForPostponedVariables(): Map<TypeVariableMarker, StubTypeMarker> {
|
||||
checkState(State.BUILDING, State.COMPLETION)
|
||||
// TODO: SUB
|
||||
return storage.postponedTypeVariables.associateWith { createStubType(it) }
|
||||
return storage.postponedTypeVariables.associateWith { createStubTypeForBuilderInference(it) }
|
||||
}
|
||||
|
||||
override fun currentStorage(): ConstraintStorage {
|
||||
|
||||
Reference in New Issue
Block a user