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:
@@ -5,7 +5,7 @@ public class ExternalDeadCodeCycle {
|
||||
* This class should be marked as being only used from a dead code cycle, because the dead-code
|
||||
* cycle is external to the class.
|
||||
*/
|
||||
public static class DeadClass {
|
||||
public static class DeadClass { // $ Alert
|
||||
public static void deadMethod() {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user