mirror of
https://github.com/github/codeql.git
synced 2026-06-14 09:21:07 +02:00
First pass converting qlref tests to inline expectation with postprocess
This commit is contained in:
@@ -3,7 +3,7 @@ class Outer {
|
||||
|
||||
Outer(int x) {
|
||||
// NOT OK
|
||||
x = x;
|
||||
x = x; // $ Alert
|
||||
// OK
|
||||
this.x = x;
|
||||
}
|
||||
@@ -20,4 +20,4 @@ class Outer {
|
||||
// OK
|
||||
{ x = Outer.this.x; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user