Change rendering for definitely non-nullable types from T!! to T & Any
^KT-26245 In Progress
This commit is contained in:
committed by
teamcityserver
parent
9e6af52e1f
commit
dc79d8641b
@@ -853,7 +853,7 @@ class HtmlFirDump internal constructor(private var linkResolver: FirLinkResolver
|
||||
is ConeCapturedType -> inlineUnsupported(type)
|
||||
is ConeDefinitelyNotNullType -> resolved {
|
||||
generate(type.original)
|
||||
+"!!"
|
||||
+" & Any"
|
||||
}
|
||||
is ConeIntersectionType -> resolved { generate(type) }
|
||||
is ConeIntegerLiteralType -> inlineUnsupported(type)
|
||||
|
||||
Reference in New Issue
Block a user