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 b362b46 commit 6149608Copy full SHA for 6149608
csharp/ql/lib/semmle/code/csharp/Type.qll
@@ -30,7 +30,7 @@ class Type extends Member, TypeContainer, @type {
30
/** Holds if this type is implicitly convertible to `that` type. */
31
predicate isImplicitlyConvertibleTo(Type that) { implicitConversion(this, that) }
32
33
- override Location getALocation() { type_location(this, result) }
+ override Location getALocation() { type_location(this.getUnboundDeclaration(), result) }
34
35
override Type getChild(int n) { none() }
36
0 commit comments