[FE 1.0] Fix subtyping for captured integer literal types
^KT-50877 Fixed
This commit is contained in:
committed by
teamcity
parent
7395f8e019
commit
ec6ec20728
@@ -900,6 +900,8 @@ interface ClassicTypeSystemContext : TypeSystemInferenceExtensionContext, TypeSy
|
||||
override fun KotlinTypeMarker.isTypeVariableType(): Boolean {
|
||||
return this is UnwrappedType && constructor is NewTypeVariableConstructor
|
||||
}
|
||||
|
||||
class WA // Workaround for KT-52313
|
||||
}
|
||||
|
||||
fun TypeVariance.convertVariance(): Variance {
|
||||
|
||||
Reference in New Issue
Block a user