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 3aaa98c commit fd079c8Copy full SHA for fd079c8
project/Build.scala
@@ -1490,6 +1490,7 @@ object Build {
1490
(
1491
(dir / "shared/src/test/scala" ** (("*.scala": FileFilter)
1492
-- "ReflectiveCallTest.scala" // uses many forms of structural calls that are not allowed in Scala 3 anymore
1493
+ -- "UTF16Test.scala" // refutable pattern match
1494
)).get
1495
1496
++ (dir / "shared/src/test/require-sam" ** "*.scala").get
0 commit comments