Support distinctBy intermediate call

This commit is contained in:
Vitaliy.Bibaev
2017-12-25 17:01:29 +03:00
committed by Yan Zhulanow
parent 0cc5e924a7
commit 89abcb82e4
10 changed files with 267 additions and 17 deletions
@@ -7,5 +7,9 @@ package com.intellij.debugger.streams.kotlin.exec.sequence
class DistinctOperationsTest : OperationsTestCase("distinct") {
fun testDistinct() = doTestWithResult()
fun testDistinctObjects() = doTestWithResult()
fun testDistinctBy() = doTestWithResult()
fun testDistinctByNullableElement() = doTestWithResult()
fun testDistinctByNullableKey() = doTestWithResult()
fun testDistinctByNullableKeyAndElement() = doTestWithResult()
}