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