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