starke
02/19/2019, 8:39 PMkotlintest-assertions-arrow
dependency in order to use the arrow matchers in my junit tests
getting a strange compilation error on invocations of `Option.get()`…wondering if anybody has encountered a similar error before or might know what this means?
Foo.kt: Unresolved reference. None of the following candidates is applicable because of receiver type mismatch:
@InlineOnly public inline operator fun <@OnlyInputTypes K, V> Map<out ???, Int>.get(key: ???): Int? defined in kotlin.collections
@SinceKotlin public operator fun MatchGroupCollection.get(name: String): MatchGroup? defined in kotlin.text
this error occurs after adding the dependency, but making no other code changes. without the dependency the tests all compile and pass.