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

5 lines
79 B
Java

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