mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-29 07:03:37 +07:00
GitOrigin-RevId: 895b8631127d321f7db8f5e25871a2dca5777760
5 lines
81 B
Java
5 lines
81 B
Java
class A{
|
|
// comment <caret>1
|
|
/* comment 2 */ /* comment 3 */void test() {}
|
|
}
|