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.
2 parents 50d685e + ffbef58 commit c2073c6Copy full SHA for c2073c6
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