Suppress warning in GetTest

This commit is contained in:
Michael Bull 2021-10-26 12:32:01 +01:00
parent 2fc9ba0d35
commit 419927f098
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ import kotlin.test.Test
import kotlin.test.assertEquals
import kotlin.test.assertNull
@Suppress("IMPLICIT_NOTHING_TYPE_ARGUMENT_IN_RETURN_POSITION")
class GetTest {
class Get {
@Test