Fix code sniff for java mode.

This commit is contained in:
A Samuel Pottinger
2022-11-12 17:54:18 +00:00
parent 25da0c968a
commit 1ca265aa43
4 changed files with 65 additions and 3 deletions

View File

@@ -448,4 +448,9 @@ public class ParserTests {
expectGood("staticclass");
}
@Test
public void testCustomRootClass() {
expectGood("customrootclass");
}
}