mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-05 00:36:13 +07:00
GitOrigin-RevId: 1cfc8afb26b5db175d865f6bbdc752356040d8bb
6 lines
97 B
Java
6 lines
97 B
Java
// "Make 'm()' not default" "true-preview"
|
|
|
|
class Some {
|
|
public default void <caret>m() {
|
|
}
|
|
} |