[FIR] Render nullability in type renderer, not in fir renderer
This commit is contained in:
@@ -724,9 +724,6 @@ class FirRenderer(builder: StringBuilder) : FirVisitorVoid() {
|
||||
if (resolvedTypeRef !is FirImplicitBuiltinTypeRef) {
|
||||
print("|")
|
||||
}
|
||||
if (coneType !is ConeKotlinErrorType && coneType !is ConeClassErrorType) {
|
||||
print(coneType.nullability.suffix)
|
||||
}
|
||||
}
|
||||
|
||||
override fun visitUserTypeRef(userTypeRef: FirUserTypeRef) {
|
||||
|
||||
Reference in New Issue
Block a user