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 a29178c commit ffbef58Copy full SHA for ffbef58
tests/pos/i8284.scala
@@ -0,0 +1,5 @@
1
+type Foo
2
+given myFoo1 as (Foo { type X = Int }) = ???
3
+
4
+type Bar = Foo { type X = Int }
5
+given myFoo2 as Bar = ???
0 commit comments