Suppress signed literals used as unsigned values in stdlib tests
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
* that can be found in the license/LICENSE.txt file.
|
||||
*/
|
||||
|
||||
@file:Suppress("SIGNED_CONSTANT_CONVERTED_TO_UNSIGNED")
|
||||
package test.collections
|
||||
|
||||
import kotlin.test.*
|
||||
|
||||
Reference in New Issue
Block a user