blob: 9835b691b87354af595cba6f419944cd81375ae5 [file] [log] [blame]
import org.checkerframework.checker.index.qual.Positive;
public class Boilerplate {
void test() {
// :: error: (assignment)
@Positive int a = -1;
}
}
// a comment