mirror of
https://github.com/github/codeql.git
synced 2026-06-13 17:01:10 +02:00
First pass converting qlref tests to inline expectation with postprocess
This commit is contained in:
@@ -4,7 +4,7 @@ public class TestConfusingOverloading {
|
||||
void test(Super<T> other) {}
|
||||
}
|
||||
class Sub extends Super<Runnable> {
|
||||
void test(Sub other) {}
|
||||
void test(Sub other) {} // $ Alert
|
||||
}
|
||||
|
||||
class Sub2 extends Super<Runnable> {
|
||||
|
||||
Reference in New Issue
Block a user