зеркало из https://github.com/github/codeql.git
Merge pull request #11675 from tamasvajk/kotlin-error-expr-consistency
Kotlin: Report CFG dead end consistency issues on `ErrorExpr`
This commit is contained in:
Коммит
8e500ec0f3
|
@ -53,8 +53,6 @@ predicate shouldBeDeadEnd(ControlFlowNode n) {
|
||||||
not exists(n.getFile().getRelativePath()) // TODO
|
not exists(n.getFile().getRelativePath()) // TODO
|
||||||
or
|
or
|
||||||
n = any(ConstCase c).getValue(_) // TODO
|
n = any(ConstCase c).getValue(_) // TODO
|
||||||
or
|
|
||||||
n instanceof ErrorExpr // TODO
|
|
||||||
}
|
}
|
||||||
|
|
||||||
from ControlFlowNode n, string s
|
from ControlFlowNode n, string s
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
|
| exprs.kt:278:52:278:66 | <error expr> | ErrorExpr | unexpected dead end |
|
||||||
| exprs.kt:278:52:278:66 | { ... } | BlockStmt | unexpected dead end |
|
| exprs.kt:278:52:278:66 | { ... } | BlockStmt | unexpected dead end |
|
||||||
|
|
Загрузка…
Ссылка в новой задаче