blob: 63a77e53e169f0acc411cde6c7cf844daee91edd [file]
package javahints;
public class TestOverrideAnnotation {
@Override public void t() {}
}