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 40bd71c commit 39460dcCopy full SHA for 39460dc
compiler/test/dotty/tools/dotc/CompilationTests.scala
@@ -171,6 +171,7 @@ class CompilationTests extends ParallelTesting {
171
compileFilesInDir("../tests/neg-tailcall", defaultOptions) +
172
compileFilesInDir("../tests/neg-no-optimise", defaultOptions) +
173
compileFile("../tests/neg-custom-args/i3246.scala", scala2Mode) +
174
+ compileFile("../tests/neg-custom-args/i3627.scala", allowDeepSubtypes) +
175
compileFile("../tests/neg-custom-args/typers.scala", allowDoubleBindings) +
176
compileFile("../tests/neg-custom-args/overrideClass.scala", scala2Mode) +
177
compileFile("../tests/neg-custom-args/autoTuplingTest.scala", defaultOptions.and("-language:noAutoTupling")) +
0 commit comments