Fix 'Formatting after braceless class declaration' (KT-3858)

It's irrelevant that element is incompleted when new node is being add to the middle

 #KT-3858
This commit is contained in:
Nikolay Krasko
2014-04-24 19:37:55 +04:00
parent 5e50b98103
commit 850987748e
4 changed files with 18 additions and 2 deletions
@@ -0,0 +1,4 @@
class A()
<caret>
fun
@@ -0,0 +1,3 @@
class A()<caret>
fun