Skip to content

Commit 182d7d3

Browse files
asgerfalexrford
andauthored
Update ruby/ql/lib/codeql/ruby/experimental/Rbi.qll
Co-authored-by: Alex Ford <alexrford@users.noreply.github.com>
1 parent 52b6dd5 commit 182d7d3

File tree

1 file changed

+1
-1
lines changed
  • ruby/ql/lib/codeql/ruby/experimental

1 file changed

+1
-1
lines changed

ruby/ql/lib/codeql/ruby/experimental/Rbi.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ module Rbi {
149149

150150
/** A type instantiated with type arguments, such as `T::Array[String]`. */
151151
class RbiInstantiatedType extends RbiType, ElementReference {
152-
RbiInstantiatedType() { getReceiver() instanceof RbiType }
152+
RbiInstantiatedType() { this.getReceiver() instanceof RbiType }
153153
}
154154

155155
/**

0 commit comments

Comments
 (0)