KT-2859 Inconsistency before reparse upon completing by Tab key

#KT-2859 fixed
This commit is contained in:
Evgeny Gerashchenko
2012-10-30 18:16:12 +04:00
parent 728a683ae3
commit 5c88e40772
7 changed files with 19 additions and 0 deletions
@@ -0,0 +1 @@
val s = Ar<caret>List()
@@ -0,0 +1,3 @@
import java.util.ArrayList
val s = ArrayList()