mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-31 22:56:53 +07:00
06b56cf449
1. Java 'surround with' processing is corrected for the first comment statement; 2. Corresponding tests are added; 3. Green cody policy is applied;
8 lines
125 B
Java
8 lines
125 B
Java
class Test {
|
|
void foo() {
|
|
if (<caret>) {
|
|
// This is comment"
|
|
int i = 1;
|
|
}
|
|
}
|
|
} |