blob: 6c35a2d30bc3513abf1fcde6ba6a4ff7a49283f4 [file] [log] [blame]
package valuestub;
import org.checkerframework.checker.index.qual.LengthOf;
@SuppressWarnings("index")
public class Test {
public @LengthOf("this") int length() {
return 1;
}
}