Skip to content

Commit 6f24431

Browse files
committed
Add test
1 parent 8c94870 commit 6f24431

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
class Test {
2+
type MyCombo = Int | Unit
3+
val z: MyCombo = 10
4+
z match
5+
case i: Int => ???
6+
case _ => ???
7+
}

0 commit comments

Comments
 (0)