[AA LC] Keep original qualifier while translating error cone types to Psi types
This commit is contained in:
committed by
Space Team
parent
a3b9f15ecc
commit
d5a76a1b3b
+1
-1
@@ -44,4 +44,4 @@ internal class KtFe10ClassErrorType(
|
||||
|
||||
override val nullability: KtTypeNullability
|
||||
get() = withValidityAssertion { fe10Type.ktNullability }
|
||||
}
|
||||
}
|
||||
|
||||
+4
@@ -121,4 +121,8 @@ internal class KtFe10TypeSystemCommonBackendContextForTypeMapping(
|
||||
override fun functionNTypeConstructor(n: Int): TypeConstructorMarker {
|
||||
return builtIns.getFunction(n).typeConstructor
|
||||
}
|
||||
|
||||
override fun KotlinTypeMarker.getNameForErrorType(): String? {
|
||||
return null
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user