blob: 1a74f7ed95113ec49efe6f6529f1284bac313131 [file] [log] [blame]
package javahints;
public class TestShortErrors7 {
public TestShortErrors7() {
Collections.<List>emptyList();
}
}