blob: da408842152d34da4bf6c7023114064cf16b5a70 [file] [log] [blame]
// Test case for issue #511: https://github.com/typetools/checker-framework/issues/511
// If GwiParent is compiled together with this file, no error occurs.
// If GwiParent is read from bytecode, the error occurs.
public class GenericWildcardInheritance extends GwiParent {
@Override
public void syntaxError(Recognizer<?> recognizer) {}
}