Support distinctBy intermediate call
This commit is contained in:
committed by
Yan Zhulanow
parent
0cc5e924a7
commit
89abcb82e4
+4
@@ -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()
|
||||
}
|
||||
Reference in New Issue
Block a user