mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-07 13:51:47 +07:00
1. Java 'surround with' processing is corrected for the first comment statement; 2. Corresponding tests are added; 3. Green cody policy is applied;
6 lines
111 B
Java
6 lines
111 B
Java
class Test {
|
|
void foo() {
|
|
<selection>// This is comment"
|
|
int i = 1;</selection>
|
|
}
|
|
} |