blob: 69fc7ec4f3e1ac9c7a3f588df6f6148cc8c79e9c [file] [log] [blame]
interface A {
final <error descr="Illegal combination of modifiers: 'static' and 'final'">static</error> void foo() {}
final <error descr="Illegal combination of modifiers: 'default' and 'final'">default</error> void foo() {}
}