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 fe7820d commit dec0bf5Copy full SHA for dec0bf5
tests/neg/i7294-a.scala
@@ -6,4 +6,4 @@ inline given f[T <: Foo] as T = ??? match {
6
case x: T => x.g(10) // error
7
}
8
9
-@main def Test = f // error // error
+@main def Test = f
tests/neg/i7294-b.scala
0 commit comments