restore comments on Insert New

This commit is contained in:
Anna Kozlova
2018-05-28 12:25:47 +03:00
parent 7e5bd0001b
commit 4dfc2dbe6c
3 changed files with 14 additions and 4 deletions

View File

@@ -1,7 +1,11 @@
// "Insert new" "true"
class a {
void f() {
<caret>RuntimeException();
<caret>RuntimeException//c1
(
//c2
)//c3
;
}
}