Skip to content

Commit b9baa71

Browse files
Reclassify recursive test case
1 parent 6972e06 commit b9baa71

File tree

1 file changed

+1
-1
lines changed
  • tests/neg-custom-args/allow-deep-subtypes

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
type *:[A, B] = A match
1+
type *:[A, B] = A match // error: Recursion limit exceeded.
22
case (B *: x) => A
33
case (x *: y) => x *: (B *: y)
44
case _ => A *: B

0 commit comments

Comments
 (0)