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:
@@ -5,7 +5,7 @@ public class ExternalDeadRoot {
|
||||
* This class should be marked as only being used by the "outerDeadRoot()". The
|
||||
* "innerDeadRoot()" should not be reported as a dead root, as it is internal to the class.
|
||||
*/
|
||||
public static class DeadClass {
|
||||
public static class DeadClass { // $ Alert
|
||||
public static void innerDeadRoot() {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user