We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
tests/pos
2 parents ba6ac93 + 3ff7045 commit 89dbf92Copy full SHA for 89dbf92
compiler/test/dotty/tools/dotc/CompilationTests.scala
@@ -33,7 +33,6 @@ class CompilationTests {
33
compileFilesInDir("tests/pos", defaultOptions.and("-Ysafe-init")),
34
compileFilesInDir("tests/pos-deep-subtype", allowDeepSubtypes),
35
compileFilesInDir("tests/pos-special/sourcepath/outer", defaultOptions.and("-sourcepath", "tests/pos-special/sourcepath")),
36
- compileFilesInDir("tests/pos", defaultOptions.and("-Xlint:private-shadow", "-Xlint:type-parameter-shadow")),
37
compileFile("tests/pos-special/sourcepath/outer/nested/Test4.scala", defaultOptions.and("-sourcepath", "tests/pos-special/sourcepath")),
38
compileFilesInDir("tests/pos-scala2", defaultOptions.and("-source", "3.0-migration")),
39
compileFilesInDir("tests/pos-custom-args/captures", defaultOptions.and("-language:experimental.captureChecking")),
0 commit comments