Fix incremental analysis for whitespaces

incremental analysis could ignore whitespace iff old item was whitespace

#KT-37629 Fixed
This commit is contained in:
Vladimir Dolzhenko
2020-03-23 14:46:55 +00:00
parent 8935c600c1
commit 0073d260f8
3 changed files with 19 additions and 6 deletions
@@ -0,0 +1,7 @@
// OUT_OF_CODE_BLOCK: FALSE
// TYPE: ' '
fun main() {
"x"<caret>foo 4.0
}
infix fun String.foo(s: Double) = Unit