Files
codeql/swift/ql/test/extractor-tests/generated/expr/SingleValueStmtExpr/test.swift
2023-11-07 17:26:44 +01:00

7 lines
62 B
Swift

func a(_ x: Int) -> Int {
switch x {
default:
0
}
}