mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-06-24 05:00:56 +07:00
185284cee6
GitOrigin-RevId: 9aac8ee4ed1ebf2a29de18a238825fafb1ab88f9
6 lines
87 B
Java
6 lines
87 B
Java
// "Make 'm' not default" "true"
|
|
|
|
class Some {
|
|
public default void <caret>m() {
|
|
}
|
|
} |