mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-24 19:18:57 +07:00
21cc3d6654
GitOrigin-RevId: 3492248e09aa19e702597165d9cc6c33ffd33285
6 lines
87 B
Java
6 lines
87 B
Java
// "Make 'm' not default" "true"
|
|
|
|
class Some {
|
|
public default void <caret>m() {
|
|
}
|
|
} |