[FIR] Add DNN checks
Merge-request: KT-MR-7000 Merged-by: Nikolay Lunyak <lunyak.kolya@mail.ru>
This commit is contained in:
+4
@@ -237,3 +237,7 @@ class ConeAmbiguousAlteredAssign(val altererNames: List<String?>) : ConeDiagnost
|
||||
override val reason: String
|
||||
get() = "Assign altered by multiple extensions"
|
||||
}
|
||||
|
||||
object ConeForbiddenIntersection : ConeDiagnostic {
|
||||
override val reason: String get() = "Such an intersection type is not allowed"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user