[FIR] Ignore failing test, improve DiagnosticKind, fix UPPER_BOUND
This commit is contained in:
@@ -27,5 +27,10 @@ enum class DiagnosticKind {
|
||||
Java,
|
||||
SuperNotAllowed,
|
||||
WrongNumberOfTypeArguments,
|
||||
NoTypeForTypeParameter,
|
||||
UnknownCallableKind,
|
||||
SymbolNotFound,
|
||||
IllegalProjectionUsage,
|
||||
MissingStdlibClass,
|
||||
Other
|
||||
}
|
||||
Reference in New Issue
Block a user