Files
openide/java/java-tests/testData/codeInsight/commentByLine/java/afterCommentUncommentDoesNotAddSpacesOnEmptyLine.java
Dmitry Jemerov 65270d424e Extract Java and XML specific parts out of CommentByLineTest
GitOrigin-RevId: 37045b21bd20c877ec76670b1ca0097354d1cb94
2022-05-02 16:17:07 +00:00

5 lines
67 B
Java

class A {
<selection> //int a;
//
//int b;</selection>
}