Override/Implement: Fix processing of unresolved types
#KT-17350 Fixed
This commit is contained in:
+1
@@ -162,6 +162,7 @@ private val OVERRIDE_RENDERER = DescriptorRenderer.withOptions {
|
||||
annotationFilter = {
|
||||
it.type.constructor.declarationDescriptor?.annotations?.hasAnnotation(ExperimentalUsageChecker.EXPERIMENTAL_FQ_NAME) ?: false
|
||||
}
|
||||
presentableUnresolvedTypes = true
|
||||
}
|
||||
|
||||
private fun PropertyDescriptor.wrap(): PropertyDescriptor {
|
||||
|
||||
Reference in New Issue
Block a user