mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-12 22:57:58 +07:00
IDEA-138747 Joining line with EOL comment
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class A {
|
||||
// IDEA-138747
|
||||
void myMethod() {
|
||||
<caret>// int myOldCodeCommentedOut; */ with an old comment (only closure)
|
||||
int somecode;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user