blob: 15fa4d53c7ecac9049d1042d0934ee5e26af26aa [file] [log] [blame]
// That the Value Checker can parse this stub file is a test case for
// https://github.com/typetools/checker-framework/issues/2830
import org.checkerframework.common.value.qual.IntVal;
package java.lang;
class Long {
static @IntVal(-9223372036854775808l) Long MIN_VALUE;
}