You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would expect to be able to match on any type of element, not just singletons. I suspect the parenthesis may be the issue. Note that this is a follow-up of #19947.
The text was updated successfully, but these errors were encountered:
Compiler version
3.4.2-RC1
Minimized code
The code below tries to match a
Tuple
ofTuple2
. The only match that works is:matched with
Test code:
Output
Expectation
I would expect to be able to match on any type of element, not just singletons. I suspect the parenthesis may be the issue. Note that this is a follow-up of #19947.
The text was updated successfully, but these errors were encountered: