Suppress warning in GetTest
This commit is contained in:
parent
2fc9ba0d35
commit
419927f098
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user