Kotlin: Fix CFG for StmtExpr

This commit is contained in:
Ian Lynagh
2021-11-26 13:12:22 +00:00
parent 2e5cf92f8a
commit 2135a870d3

View File

@@ -609,6 +609,8 @@ private module ControlFlowGraphImpl {
or
result = n and n instanceof WhenBranch
or
result = n and n instanceof StmtExpr
or
result = n and n.(PostOrderNode).isLeafNode()
or
result = first(n.(PostOrderNode).firstChild())