mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
Remove redundant overrides
This commit is contained in:
@@ -2,8 +2,6 @@ import semmle.javascript.frameworks.Testing
|
||||
|
||||
class MyTest extends Test, CallExpr {
|
||||
MyTest() { getCallee().(VarAccess).getName() = "mytest" }
|
||||
|
||||
override string toString() { result = CallExpr.super.toString() }
|
||||
}
|
||||
|
||||
from Test t
|
||||
|
||||
Reference in New Issue
Block a user