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:
@@ -8,7 +8,7 @@ public class AnnotationValueTest {
|
||||
public static String liveField = "";
|
||||
|
||||
@TestAnnotation(value = AnnotationValueUtil.DEAD_STRING_CONSTANT_FIELD)
|
||||
public static String deadField = "";
|
||||
public static String deadField = ""; // $ Alert
|
||||
|
||||
@TestAnnotation(value = { AnnotationValueUtil.LIVE_STRING_CONSTANT_METHOD })
|
||||
public static void liveMethod() {
|
||||
|
||||
Reference in New Issue
Block a user