Suppress signed literals used as unsigned values in stdlib tests

This commit is contained in:
Ilya Gorbunov
2018-09-02 06:56:49 +03:00
parent c36d0e5db5
commit 64996618b3
3 changed files with 3 additions and 0 deletions
@@ -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.*