mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
Testing infra: Assert that there are no unused 'after' files
GitOrigin-RevId: 6d3a515b318ab0ff7d036e21765473e772d0a5c0
This commit is contained in:
committed by
intellij-monorepo-bot
parent
56836fb0f6
commit
74ebe249a6
+1
-1
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user