Remove redundant overrides

This commit is contained in:
Tom Hvitved
2022-08-19 13:57:41 +02:00
parent 4f93f2b9ba
commit 663096fe3a
19 changed files with 3 additions and 61 deletions

View File

@@ -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