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 5e9d927 commit 222d323Copy full SHA for 222d323
compiler/test/dotty/tools/dotc/CompilationTests.scala
@@ -38,6 +38,7 @@ class CompilationTests extends ParallelTesting {
38
aggregateTests(
39
compileFile("tests/pos/nullarify.scala", defaultOptions.and("-Ycheck:nullarify")),
40
compileFile("tests/pos-scala2/rewrites.scala", scala2CompatMode.and("-rewrite")).copyToTarget(),
41
+ compileFile("tests/pos/i8982.scala", defaultOptions.and("-indent").and("-rewrite")).copyToTarget(),
42
compileFile("tests/pos-special/utf8encoded.scala", explicitUTF8),
43
compileFile("tests/pos-special/utf16encoded.scala", explicitUTF16),
44
compileFilesInDir("tests/pos-special/sourcepath/outer", defaultOptions.and("-sourcepath", "tests/pos-special/sourcepath")),
0 commit comments