Fix NON_EXHAUSTIVE_WHEN_STATEMENT warnings in project code
This commit is contained in:
committed by
teamcityserver
parent
a6edd852ff
commit
f3116cb64a
@@ -857,6 +857,8 @@ class HtmlFirDump internal constructor(private var linkResolver: FirLinkResolver
|
||||
}
|
||||
is ConeIntersectionType -> resolved { generate(type) }
|
||||
is ConeIntegerLiteralType -> inlineUnsupported(type)
|
||||
is ConeLookupTagBasedType,
|
||||
is ConeStubType -> {}
|
||||
}
|
||||
generateTypeArguments(type)
|
||||
if (type.isMarkedNullable) {
|
||||
|
||||
Reference in New Issue
Block a user