// "Make 'x()' not final" "true-preview" interface X { default final void x() {} }