Files
openide/java/java-tests/testData/codeInsight/joinLines/SlashCommentFollowedByBlockComment.java
Nikolaj Schumacher 818325442d JoinLinesHandler: Only skip conversion to block comment if next line starts with line comment
GitOrigin-RevId: 895b8631127d321f7db8f5e25871a2dca5777760
2022-03-02 14:15:28 +00:00

5 lines
67 B
Java

class A{
// comment <caret>1
/* comment 2 */ /* comment 3 */
}