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