blob: 258bf1132d5b9c10e553338f94ce400bddf4459c [file] [log] [blame]
@interface Example {
public <error descr="Modifier 'static' not allowed here">static</error> String myMethod() {
return "";
}
public <error descr="Modifier 'default' not allowed here">default</error> String myMethod1() {
return "";
}
}