Testing infra: Assert that there are no unused 'after' files

GitOrigin-RevId: 6d3a515b318ab0ff7d036e21765473e772d0a5c0
This commit is contained in:
Roman.Ivanov
2019-10-14 12:32:51 +00:00
committed by intellij-monorepo-bot
parent 56836fb0f6
commit 74ebe249a6
6 changed files with 30 additions and 24 deletions
@@ -7,5 +7,5 @@ import java.util.Set;
public class Test {
static final String CONST = "b";
public static final Set<String> MY_SET = Set.of("a", "b", "c", CONST);
public static final Set<String> MY_SET = Set.o<caret>f("a", "b", "c", CONST);
}