interface B { }
abstract interface A { }
// ----
// TypeError 9348: (16-40): Interfaces do not need the "abstract" keyword, they are abstract implicitly.