mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-02 07:28:24 +07:00
GitOrigin-RevId: 4c83c726cb3cfb95920054b04737ff0f1a88be40
6 lines
75 B
Java
6 lines
75 B
Java
/**<caret>
|
|
class A {
|
|
int foo() {
|
|
return 1 */*comment*/ 1
|
|
}
|
|
} |