Stdlib: review and suppress warnings

This commit is contained in:
Ilya Gorbunov
2018-09-08 06:29:50 +03:00
parent 6786b9ece2
commit bf4be12239
9 changed files with 14 additions and 2 deletions
@@ -45,6 +45,7 @@ class CoroutinesReferenceValuesTest {
bad.startCoroutine(object : Continuation<BadClass> {
override val context: CoroutineContext = EmptyCoroutineContext
@Suppress("PARAMETER_NAME_CHANGED_ON_OVERRIDE")
override fun resumeWith(result_: Result<BadClass>) {
assertTrue(result == null)
result = result_.getOrThrow()