mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
inline: preserve comments (IDEA-188115)
This commit is contained in:
+1
@@ -13,6 +13,7 @@ class Test {
|
||||
start = i;
|
||||
} else if (i != 24 && start != -1)
|
||||
{
|
||||
//c1
|
||||
result.add("".substring(start));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user