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 8a89574 commit 7420d07Copy full SHA for 7420d07
ruby/ql/lib/codeql/ruby/AST.qll
@@ -172,7 +172,7 @@ class RubyFile extends File {
172
* A successfully extracted file, that is, a file that was extracted and
173
* contains no extraction errors or warnings.
174
*/
175
-class SuccessfullyExtractedFile extends RubyFile {
+class SuccessfullyExtractedFile extends File {
176
SuccessfullyExtractedFile() {
177
not exists(Diagnostic d |
178
d.getLocation().getFile() = this and
0 commit comments