0073d260f8
incremental analysis could ignore whitespace iff old item was whitespace #KT-37629 Fixed
7 lines
117 B
Kotlin
Vendored
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 |