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 beacade commit 20b0969Copy full SHA for 20b0969
swift/ql/lib/codeql/swift/elements/type/Type.qll
@@ -6,7 +6,7 @@ private import codeql.swift.generated.type.Type
6
* This QL class is the root of the Swift type hierarchy.
7
*/
8
class Type extends Generated::Type {
9
- override string toString() { result = this.getName() }
+ override string toString() { result = this.getFullName() }
10
11
/**
12
* Gets the name of this type.
0 commit comments