We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dba516c commit 9225331Copy full SHA for 9225331
src/test/scala/scala/collection/next/TestOptionOpsExtensions.scala
@@ -12,9 +12,6 @@
12
13
package scala.collection.next
14
15
-import org.junit.Assert._
16
-import org.junit.Test
17
-
18
final class TestOptionOpsExtensions {
19
// Compile checks the return type, no need to run as test.
20
def tapEachReturnType(): Option[Int] = Option(5).tapEach(identity)
0 commit comments