Skip to content

Commit bd6d6dc

Browse files
committed
Suppress unchecked warning
1 parent 87142a2 commit bd6d6dc

File tree

1 file changed

+1
-0
lines changed
  • reactive/kotlinx-coroutines-rx2/src/test/kotlin/kotlinx/coroutines/experimental/rx2

1 file changed

+1
-0
lines changed

reactive/kotlinx-coroutines-rx2/src/test/kotlin/kotlinx/coroutines/experimental/rx2/Check.kt

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ fun <T> checkMaybeValue(
6464
checker(maybeValue)
6565
}
6666

67+
@Suppress("UNCHECKED_CAST")
6768
fun checkErroneous(
6869
maybe: Maybe<*>,
6970
checker: (Throwable) -> Unit

0 commit comments

Comments
 (0)