IDEA-138747 Joining line with EOL comment

This commit is contained in:
Tagir Valeev
2018-04-19 15:50:24 +07:00
parent 5264e9729e
commit 279c952a11
4 changed files with 20 additions and 3 deletions
@@ -0,0 +1,7 @@
class A {
// IDEA-138747
void myMethod() {
<caret>// int myOldCodeCommentedOut; */ with an old comment (only closure)
int somecode;
}
}