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:
@@ -1,10 +1,10 @@
|
||||
public class InternalDeadCodeCycle {
|
||||
|
||||
public void foo() {
|
||||
public void foo() { // $ Alert
|
||||
bar();
|
||||
}
|
||||
|
||||
public void bar() {
|
||||
public void bar() { // $ Alert
|
||||
foo();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user