Skip to content

Commit 3cb0bd2

Browse files
committed
Original version of stdlib collections without capture checking
1 parent 5275ab5 commit 3cb0bd2

File tree

152 files changed

+40745
-707
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

152 files changed

+40745
-707
lines changed

compiler/test/dotty/tools/dotc/CompilationTests.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class CompilationTests {
4444
// Run tests for legacy lazy vals
4545
compileFilesInDir("tests/pos", defaultOptions.and("-Ysafe-init", "-Ylegacy-lazy-vals", "-Ycheck-constraint-deps"), FileFilter.include(TestSources.posLazyValsAllowlist)),
4646
compileDir("tests/pos-special/java-param-names", defaultOptions.withJavacOnlyOptions("-parameters")),
47-
compileDir("tests/pos-special/stdlib", defaultOptions),
47+
compileDir("tests/pos-special/stdlib", allowDeepSubtypes),
4848
)
4949

5050
if scala.util.Properties.isJavaAtLeast("16") then

tests/pos-special/stdlib/Test1.scala

Lines changed: 0 additions & 34 deletions
This file was deleted.

tests/pos-special/stdlib/Test2.scala

Lines changed: 0 additions & 232 deletions
This file was deleted.

0 commit comments

Comments
 (0)