Files
openide/java/java-tests/testData/codeInsight/joinLines/ConvertComment2.java
2018-04-19 15:50:24 +07:00

7 lines
155 B
Java

class A {
// IDEA-138747
void myMethod() {
<caret>// int myOldCodeCommentedOut; */ with an old comment (only closure)
int somecode;
}
}