mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-03 20:33:31 +07:00
GitOrigin-RevId: fd52ace3d7a32ecd02c2c5ab90e077967604c15e
7 lines
73 B
Java
7 lines
73 B
Java
interface Foo {
|
|
void foo()
|
|
/**
|
|
foo bar
|
|
*/
|
|
<caret>void bar()
|
|
} |