Files
codeql/swift/ql/test/extractor-tests/generated/stmt/SwitchStmt/CaseLabelItem.expected
2025-06-25 12:02:13 +02:00

18 lines
1.3 KiB
Plaintext

instances
| switch.swift:3:9:3:9 | =~ ... | getPattern: | switch.swift:3:9:3:9 | =~ ... |
| switch.swift:6:9:6:9 | =~ ... | getPattern: | switch.swift:6:9:6:9 | =~ ... |
| switch.swift:6:12:6:12 | =~ ... | getPattern: | switch.swift:6:12:6:12 | =~ ... |
| switch.swift:8:9:8:26 | x where ... | getPattern: | switch.swift:8:13:8:13 | x |
| switch.swift:10:4:10:4 | _ | getPattern: | switch.swift:10:4:10:4 | _ |
| switch.swift:22:8:22:9 | .one | getPattern: | switch.swift:22:8:22:9 | .one |
| switch.swift:24:8:24:40 | .two(...) where ... | getPattern: | switch.swift:24:8:24:25 | .two(...) |
| switch.swift:26:8:26:25 | .two(...) | getPattern: | switch.swift:26:8:26:25 | .two(...) |
| switch.swift:28:8:28:23 | .three(...) | getPattern: | switch.swift:28:8:28:23 | .three(...) |
| switch.swift:33:8:33:21 | .two(...) | getPattern: | switch.swift:33:8:33:21 | .two(...) |
| switch.swift:35:13:35:13 | =~ ... | getPattern: | switch.swift:35:13:35:13 | =~ ... |
| switch.swift:37:8:37:8 | _ | getPattern: | switch.swift:37:8:37:8 | _ |
| switch.swift:40:3:40:3 | _ | getPattern: | switch.swift:40:3:40:3 | _ |
getGuard
| switch.swift:8:9:8:26 | x where ... | switch.swift:8:21:8:26 | ... .>=(_:_:) ... |
| switch.swift:24:8:24:40 | .two(...) where ... | switch.swift:24:33:24:40 | ... .==(_:_:) ... |