weird, Arrow-0.8.2/0.9.0 does funny things with In...
# arrow
b
weird, Arrow-0.8.2/0.9.0 does funny things with IntelliJ map literals:
r
Looks like a bug in the IDEA Kotlin plugin
Arrow does not really contribute to Pair beyond the tupled conversions
But those are for TupleN
b
Other weird data point: IJ suggests importing "arrow.core.mapOf" in this case, too
r
Then it seems to be a problem with the order in the suggested overloads for resolution or something similar
The Kotlin plugin invokes resolution on it’s own as you type and presents results even when typechecking fails. When it finds symbols it obtains them from the imported descriptors by the package fragment provider and most likely there is getting the Arrow ones before the functions in the std lib