We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fd96ed commit 74c079fCopy full SHA for 74c079f
compiler/src/dotty/tools/dotc/core/Definitions.scala
@@ -1831,11 +1831,11 @@ class Definitions {
1831
// add these for now, until we had a chance to retrofit 2.13 stdlib
1832
// we should do a more through sweep through it then.
1833
val strs = Map(
1834
- "Any" -> Set("scala", "scala.scalajs.js"),
+ "Any" -> Set("scala"),
1835
"AnyVal" -> Set("scala"),
1836
"Matchable" -> Set("scala"),
1837
"Product" -> Set("scala"),
1838
- "Object" -> Set("java.lang", "scala.scalajs.js"),
+ "Object" -> Set("java.lang"),
1839
"Comparable" -> Set("java.lang"),
1840
"Serializable" -> Set("java.io"),
1841
"BitSetOps" -> Set("scala.collection"),
0 commit comments