We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15244e0 commit beacadeCopy full SHA for beacade
swift/ql/lib/codeql/swift/elements/type/Type.qll
@@ -33,9 +33,7 @@ class Type extends Generated::Type {
33
* The name and full name of `A` is `A`. The name of `B` is `B`, but the
34
* full name of `B` is `A.B`.
35
*/
36
- string getFullName() {
37
- result = super.getName()
38
- }
+ string getFullName() { result = super.getName() }
39
40
/**
41
* Gets this type after any type aliases have been resolved. For example in
0 commit comments