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

6 lines
148 B
Java

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