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 ee168c6 commit 3259ee8Copy full SHA for 3259ee8
compiler/src/dotty/tools/dotc/core/Definitions.scala
@@ -1562,10 +1562,7 @@ class Definitions {
1562
RootRef(() => requiredPackageRef(imp), isPredef = false)
1563
}
1564
1565
- @tu private lazy val JavaRootImportFns: List[RootRef] =
1566
- if !ctx.settings.Yimports.isDefault then YimportsImportFns
1567
- else if ctx.settings.YnoImports.value then Nil
1568
- else JavaImportFns
+ @tu private lazy val JavaRootImportFns: List[RootRef] = JavaImportFns
1569
1570
@tu private lazy val ScalaRootImportFns: List[RootRef] =
1571
if !ctx.settings.Yimports.isDefault then YimportsImportFns
0 commit comments