EA-114349 Fix bug when trace collecting for large int values throws NPE

This commit is contained in:
Vitaliy.Bibaev
2017-12-27 17:01:27 +03:00
committed by Yan Zhulanow
parent 7cd1baff9d
commit fbc2a5d9a7
3 changed files with 12 additions and 3 deletions
@@ -12,4 +12,5 @@ class DistinctOperationsTest : OperationsTestCase("distinct") {
fun testDistinctByNullableElement() = doTestWithResult()
fun testDistinctByNullableKey() = doTestWithResult()
fun testDistinctByNullableKeyAndElement() = doTestWithResult()
fun testDistinctByBigPrimitives() = doTestWithResult()
}