Files
kotlin-fork/idea/testData/codeInsight/outOfBlock/InfixFunWhitespace.kt
T
Vladimir Dolzhenko 0073d260f8 Fix incremental analysis for whitespaces
incremental analysis could ignore whitespace iff old item was whitespace

#KT-37629 Fixed
2020-03-23 14:46:55 +00:00

7 lines
117 B
Kotlin
Vendored

// OUT_OF_CODE_BLOCK: FALSE
// TYPE: ' '
fun main() {
"x"<caret>foo 4.0
}
infix fun String.foo(s: Double) = Unit