Minor: suppress warnings

This commit is contained in:
Nikolay Krasko
2017-01-02 23:37:14 +03:00
parent 35631dc2df
commit 7abcf3cec2
@@ -83,4 +83,5 @@ private fun assertParamMapsEquals(actuals: Map<KParameter, Any?>?, vararg expect
}
}
@Suppress("UNUSED_PARAMETER")
private fun foo(i: Int, b: Byte, c: Char, d: Double = 0.0, s: String = "", t: Boolean = true, vararg v: Long) {}