blob: 1a277633089d1f5c8d6733e513f69e4246d1ca75 [file] [log] [blame]
import org.checkerframework.common.value.qual.*;
public class MinLenConstants {
void test() {
int @MinLen(3) [] arr = {1, 2, 3};
}
}