This repository has been archived on 2024-10-22. You can view files and clone it, but cannot push or open issues or pull requests.
sp-04/test-output/forEachCollectionMethod.dt.dot

15 lines
233 B
Text
Raw Normal View History

2023-10-18 21:10:43 +00:00
digraph dominatorTree {
label="forEachCollectionMethod"
"D(-1)" [style=filled]
"D(9)"
"D(14)"
"D(0)"
"D(24)"
"D(-2)"
"D(9)" -> "D(14)"
"D(0)" -> "D(9)"
"D(24)" -> "D(-2)"
"D(-1)" -> "D(0)"
"D(9)" -> "D(24)"
}