mirror of
https://github.com/github/codeql.git
synced 2026-04-29 02:35:15 +02:00
Make query more accepting
This commit is contained in:
@@ -24,12 +24,16 @@ public class Test {
|
||||
public class Derived extends TestInner {
|
||||
|
||||
@Override
|
||||
public void f() { } // $ Alert
|
||||
public void f() {
|
||||
}
|
||||
|
||||
public native int nativeMethod();
|
||||
}
|
||||
|
||||
public interface TestInterface {
|
||||
|
||||
default void method() { } // $ Alert
|
||||
default void method() {
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user