mirror of
https://github.com/github/codeql.git
synced 2025-12-22 03:36:30 +01:00
In order to distinguish overloads of the constructor and for consistency with other function calls, `ConstructorDecl` string representation uses the name which includes parentheses and parameter labels. For consistency also the destructor got the same change, which means all `DestructorDecl`s will now show as `deinit()` rather than `deinit`.
7 lines
526 B
Plaintext
7 lines
526 B
Plaintext
| method_refs.swift:7:13:7:13 | .baz(_:) | getBase: | file://:0:0:0:0 | self |
|
|
| method_refs.swift:11:1:11:3 | .foo(_:_:) | getBase: | method_refs.swift:11:1:11:1 | X.Type |
|
|
| method_refs.swift:12:1:12:3 | .bar() | getBase: | method_refs.swift:12:1:12:1 | X.Type |
|
|
| method_refs.swift:13:1:13:5 | .baz(_:) | getBase: | method_refs.swift:13:1:13:3 | call to init() |
|
|
| method_refs.swift:15:11:15:11 | .bar() | getBase: | file://:0:0:0:0 | self |
|
|
| method_refs.swift:16:13:16:13 | .baz(_:) | getBase: | file://:0:0:0:0 | self |
|