Allow to reference internal API in stdlib tests
This commit is contained in:
@@ -65,7 +65,6 @@ class CoercionTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
@Suppress("DEPRECATION_ERROR")
|
||||
fun coercionsDouble() {
|
||||
expect(5.0) { 5.0.coerceAtLeast(1.0) }
|
||||
expect(5.0) { 1.0.coerceAtLeast(5.0) }
|
||||
|
||||
Reference in New Issue
Block a user