mirror of
https://github.com/github/codeql.git
synced 2026-08-04 09:23:23 +02:00
`FailStmt` are `return nil` in fallible initializers. `PoundAssertStmt` are an experimental feature for compile time assertions.
4 lines
40 B
Swift
4 lines
40 B
Swift
struct S {
|
|
init?() { return nil }
|
|
}
|