We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20b6c03 commit ee29c37Copy full SHA for ee29c37
compiler/src/dotty/tools/dotc/core/Definitions.scala
@@ -1367,7 +1367,7 @@ class Definitions {
1367
else if !ctx.settings.scalajs.value then
1368
ScalaImportFns :+ PredefImportFns
1369
else
1370
- ScalaImportFns :+ PredefImportFns :+ ScalaJsRootImportFn
+ ScalaImportFns :+ PredefImportFns// :+ ScalaJsRootImportFn
1371
1372
@tu private lazy val JavaRootImportTypes: List[TermRef] = JavaRootImportFns.map(_.refFn())
1373
@tu private lazy val ScalaRootImportTypes: List[TermRef] = ScalaRootImportFns.map(_.refFn())
0 commit comments