Skip to content

Commit 035786d

Browse files
committed
Add dropped test
1 parent fc20b42 commit 035786d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import language.`3.2`
2+
type Proc = () => Unit
3+
4+
val xs: List[Proc] = ???
5+
6+
val x = xs.head // error

0 commit comments

Comments
 (0)