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