We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6ef47d commit b6ed673Copy full SHA for b6ed673
tests/pos/i21256.scala
@@ -0,0 +1,5 @@
1
+object Test {
2
+ type MTWithBind[X] = X match {
3
+ case List[t] => t
4
+ }
5
+}
0 commit comments