FIR checker: report NOT_A_FUNCTION_LABEL

This commit is contained in:
Tianyu Geng
2021-09-22 18:37:23 -07:00
committed by TeamCityServer
parent ab9a23cbfa
commit 5c716ea979
12 changed files with 52 additions and 23 deletions
@@ -32,6 +32,7 @@ enum class DiagnosticKind {
ReturnNotAllowed,
UnresolvedLabel,
NotAFunctionLabel,
NoThis,
IllegalConstExpression,
IllegalSelector,