mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-05 08:06:56 +07:00
[kotlin] Adapt the Kotlin code plugin after 'KaType' unsealing
GitOrigin-RevId: 55678a9e611d5fadee00fe418ec0c3767bc8f6e2
This commit is contained in:
committed by
intellij-monorepo-bot
parent
11ffd87739
commit
48201dfbc3
@@ -60,4 +60,5 @@ private fun KaType.containsErrorType(): Boolean = when (this) {
|
||||
is KaFlexibleType -> lowerBound.containsErrorType() || upperBound.containsErrorType()
|
||||
is KaIntersectionType -> conjuncts.any { it.containsErrorType() }
|
||||
is KaTypeParameterType, is KaCapturedType, is KaDynamicType -> false
|
||||
else -> false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user