mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-07-03 23:50:54 +07:00
6 lines
118 B
Java
6 lines
118 B
Java
class Test {
|
|
void foo() {
|
|
<selection><caret>// This is comment"
|
|
int i = 1;
|
|
</selection> }
|
|
} |