Don't render pure error types in OverrideMemberChooserObject
#KT-34379 Fixed
This commit is contained in:
+2
@@ -223,8 +223,10 @@ private val OVERRIDE_RENDERER = withOptions {
|
||||
it.type.constructor.declarationDescriptor?.annotations?.hasAnnotation(ExperimentalUsageChecker.EXPERIMENTAL_FQ_NAME) ?: false
|
||||
}
|
||||
presentableUnresolvedTypes = true
|
||||
informativeErrorType = false
|
||||
}
|
||||
|
||||
|
||||
private val EXPECT_RENDERER = OVERRIDE_RENDERER.withOptions {
|
||||
modifiers = setOf(VISIBILITY, MODALITY, OVERRIDE, INNER, MEMBER_KIND)
|
||||
renderConstructorKeyword = false
|
||||
|
||||
Reference in New Issue
Block a user