We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ff2615 commit c1a6624Copy full SHA for c1a6624
compiler/src/dotty/tools/dotc/core/Definitions.scala
@@ -1765,11 +1765,11 @@ class Definitions {
1765
// add these for now, until we had a chance to retrofit 2.13 stdlib
1766
// we should do a more through sweep through it then.
1767
val strs = Map(
1768
- "Any" -> Set("scala", "scala.scalajs.js"),
+ "Any" -> Set("scala"),
1769
"AnyVal" -> Set("scala"),
1770
"Matchable" -> Set("scala"),
1771
"Product" -> Set("scala"),
1772
- "Object" -> Set("java.lang", "scala.scalajs.js"),
+ "Object" -> Set("java.lang"),
1773
"Comparable" -> Set("java.lang"),
1774
"Serializable" -> Set("java.io"),
1775
"BitSetOps" -> Set("scala.collection"),
0 commit comments