Skip to content

Commit 026f1b7

Browse files
committed
change test
1 parent 6cb97ff commit 026f1b7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed
Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
class C
22
type Cap = {*} C
3-
def m[A, B]//: (f: {*} A => B) => {f} (List[A] => List[B])
4-
=
5-
//[A, B] =>
6-
(f: {*} A => B) => (xs: List[A]) => f.asInstanceOf[List[B]]
3+
class A
4+
class B
5+
def m[A, B] =
6+
??? : ((f: {*} A => B) => {f} (xs: List[A]) => List[B])
7+
//: (f: {*} A => B) => {f} (List[A] => List[B])
78

89
def mc: (f: {*} String => Int) => {f} List[String] => List[Int] = m[String, Int]

0 commit comments

Comments
 (0)