Files
2022-03-02 14:15:31 +00:00

6 lines
147 B
Java

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