mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-06-20 04:06:45 +07:00
123242c4b2
GitOrigin-RevId: fd52ace3d7a32ecd02c2c5ab90e077967604c15e
6 lines
87 B
Java
6 lines
87 B
Java
// "Make 'm' not default" "true"
|
|
|
|
class Some {
|
|
public default void <caret>m() {
|
|
}
|
|
} |