FIR: Make constraint injector treat stub types as type variables
This commit is contained in:
committed by
teamcity
parent
19e2409284
commit
7b8ece8758
@@ -358,6 +358,7 @@ interface TypeSystemContext : TypeSystemOptimizationContext {
|
||||
fun SimpleTypeMarker.isStubType(): Boolean
|
||||
fun SimpleTypeMarker.isStubTypeForVariableInSubtyping(): Boolean
|
||||
fun SimpleTypeMarker.isStubTypeForBuilderInference(): Boolean
|
||||
fun TypeConstructorMarker.unwrapStubTypeVariableConstructor(): TypeConstructorMarker
|
||||
|
||||
fun KotlinTypeMarker.asTypeArgument(): TypeArgumentMarker
|
||||
|
||||
|
||||
Reference in New Issue
Block a user