We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60795fc commit 954047cCopy full SHA for 954047c
swift/ql/test/library-tests/controlflow/graph/Cfg.expected
@@ -1514,26 +1514,26 @@ cfg.swift:
1514
# 141| case ...
1515
#-----| -> 0
1516
1517
-# 141| 0
1518
-#-----| no-match -> 1
1519
-#-----| match -> true
1520
-
1521
# 141| 0
1522
1523
1524
1525
1526
1527
-# 141| 1
+# 141| 0
+#-----| no-match -> 1
1528
#-----| match -> true
1529
-#-----| no-match -> case ...
1530
1531
# 141| 1
1532
#-----| -> 1
1533
1534
1535
1536
+# 141| 1
+#-----| match -> true
+#-----| no-match -> case ...
+
1537
# 142| return ...
1538
#-----| return -> exit patterns(x:) (normal)
1539
0 commit comments