Fix incremental analysis for whitespaces
incremental analysis could ignore whitespace iff old item was whitespace #KT-37629 Fixed
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// OUT_OF_CODE_BLOCK: FALSE
|
||||
// TYPE: ' '
|
||||
fun main() {
|
||||
"x"<caret>foo 4.0
|
||||
}
|
||||
|
||||
infix fun String.foo(s: Double) = Unit
|
||||
Reference in New Issue
Block a user