DEBSOURCES
Skip Quicknav
sources / checker-framework-java / 3.2.0%2Bds-3 / framework / tests / value / MinLenConstants.java
12345678
import org.checkerframework.common.value.qual.*; class MinLenConstants { void test() { int @MinLen(3) [] arr = {1, 2, 3}; } }