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 8a805bb commit b3e0c49Copy full SHA for b3e0c49
swift/ql/lib/codeql/swift/elements/type/Type.qll
@@ -1,6 +1,4 @@
1
private import codeql.swift.generated.type.Type
2
-private import codeql.swift.elements.type.NominalType
3
-private import codeql.swift.elements.type.TypeAliasType
4
5
class Type extends Generated::Type {
6
override string toString() { result = this.getName() }
0 commit comments