mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Kotlin: Add CFG for KtAnonymousClassDeclarationStmt
This commit is contained in:
@@ -972,6 +972,10 @@ private module ControlFlowGraphImpl {
|
||||
completion = YieldCompletion(branchCompletion)
|
||||
)
|
||||
)
|
||||
or
|
||||
n instanceof KtAnonymousClassDeclarationStmt and
|
||||
last = n and
|
||||
completion = NormalCompletion()
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user