mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
Swift: Add error query to AST tests.
Preexisting errors are left to be fixed later.
This commit is contained in:
5
swift/ql/test/library-tests/ast/Errors.expected
Normal file
5
swift/ql/test/library-tests/ast/Errors.expected
Normal file
@@ -0,0 +1,5 @@
|
||||
| file://:0:0:0:0 | ... .combine(_:) | UnresolvedDotExpr |
|
||||
| file://:0:0:0:0 | ... .combine(_:) | UnresolvedDotExpr |
|
||||
| file://:0:0:0:0 | ... .combine(_:) | UnresolvedDotExpr |
|
||||
| file://:0:0:0:0 | ... .combine(_:) | UnresolvedDotExpr |
|
||||
| patterns.swift:16:12:16:12 | OverloadedDeclRefExpr | OverloadedDeclRefExpr |
|
||||
1
swift/ql/test/library-tests/ast/Errors.qlref
Normal file
1
swift/ql/test/library-tests/ast/Errors.qlref
Normal file
@@ -0,0 +1 @@
|
||||
extractor-tests/errors/Errors.ql
|
||||
Reference in New Issue
Block a user