AA/FIR: differentiate dynamic type rendering
This commit is contained in:
committed by
Ilya Kirillov
parent
2d52c59bc7
commit
b6371a5b9a
+1
@@ -54,6 +54,7 @@ internal class KtFe10TypeRenderer(private val options: KtTypeRendererOptions, pr
|
||||
}
|
||||
}
|
||||
when (val unwrappedType = type.unwrap()) {
|
||||
is DynamicType -> append("dynamic")
|
||||
is FlexibleType -> renderFlexibleType(unwrappedType)
|
||||
is DefinitelyNotNullType -> renderDefinitelyNotNullType(unwrappedType)
|
||||
is ErrorType -> renderErrorType()
|
||||
|
||||
Reference in New Issue
Block a user