FIR: introduce VALUE_PARAMETER_WITH_NO_TYPE_ANNOTATION check
Besides adding VALUE_PARAMETER_WITH_NO_TYPE_ANNOTATION, we remove here NO_TYPE_FOR_TYPE_PARAMETER since it doesn't exist in FE1.0. The name also doesn't make much sense. From the usage it looks like it should have been VALUE_PARAMETER_WITH_NO_TYPE_ANNOTATION instead.
This commit is contained in:
committed by
Mikhail Glukhikh
parent
f4b840467f
commit
94de193993
@@ -27,10 +27,10 @@ enum class DiagnosticKind {
|
||||
RecursionInImplicitTypes,
|
||||
Java,
|
||||
SuperNotAllowed,
|
||||
NoTypeForTypeParameter,
|
||||
ValueParameterWithNoTypeAnnotation,
|
||||
UnknownCallableKind,
|
||||
SymbolNotFound,
|
||||
IllegalProjectionUsage,
|
||||
MissingStdlibClass,
|
||||
Other
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user