~~
Error:(102, 23) Kotlin: Type inference failed: fun <T : kotlin.Comparable<T>> isWithin(range: kotlin.ClosedRange<T>): com.natpryce.hamkrest.Matcher<T>
cannot be applied to
(kotlin.IntRange)
Error:(102, 32) Kotlin: Type mismatch: inferred type is kotlin.IntRange but kotlin.ClosedRange<kotlin.Int> was expected
Error:(103, 24) Kotlin: Type inference failed: fun <T : kotlin.Comparable<T>> isWithin(range: kotlin.ClosedRange<T>): com.natpryce.hamkrest.Matcher<T>
cannot be applied to
(kotlin.IntRange)
Error:(103, 33) Kotlin: Type mismatch: inferred type is kotlin.IntRange but kotlin.ClosedRange<kotlin.Int> was expected
~~