mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
java: Inline expectation should have space before $
This commit is contained in:
@@ -14,6 +14,6 @@ public class Test {
|
||||
void testCrudRepository(CrudRepository<Struct, Integer> cr) {
|
||||
Struct s = new Struct(source());
|
||||
s = cr.save(s);
|
||||
sink(s.field); //$hasValueFlow
|
||||
sink(s.field); // $ hasValueFlow
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user