Files
openide/java/java-tests/testData/codeInsight/joinLines/ConvertManyEndOfLineComments.java
Tagir Valeev e8c5e2e3ec JoinLinesHandler: convert end of line comments as a separate stage for all lines at once
GitOrigin-RevId: 25aa0068b8a1bf4b2a2c08ccf8c086bb49aa30ae
2019-08-23 11:03:21 +03:00

7 lines
111 B
Java

class A {
void test() {
<selection>int foo; //foo
int bar; //bar
int baz; //baz</selection>
}
}