blob: e0c2a7800c1e9bc21d5866ac16c7198c43de7ff3 [file] [log] [blame]
import org.checkerframework.checker.interning.qual.Interned;
public final @Interned class MultiAnnotations {
private MultiAnnotations() {}
public static final MultiAnnotations NO_CHANGE = new MultiAnnotations();
MultiAnnotations foo() {
return MultiAnnotations.NO_CHANGE;
}
}