mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-02 09:22:02 +07:00
GitOrigin-RevId: 4c83c726cb3cfb95920054b04737ff0f1a88be40
8 lines
78 B
Java
8 lines
78 B
Java
class A{
|
|
/**
|
|
* <caret>
|
|
*/
|
|
void foo() {
|
|
"Some value*/ end."
|
|
}
|
|
} |