Skip to content

Commit 1209716

Browse files
committed
Fix test code
1 parent ee22f54 commit 1209716

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
object Test
1+
def test1(): Unit =
2+
val t1: (x: () => Unit) -> (y: () ->{x} Unit) -> Unit =
3+
x => y => () // should ok, but error

0 commit comments

Comments
 (0)