Files
2022-08-22 17:58:06 +00:00

5 lines
92 B
Java

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