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 8b9bbb2 commit bfde1abCopy full SHA for bfde1ab
compiler/src/dotty/tools/backend/sjs/JSCodeGen.scala
@@ -17,6 +17,7 @@ import Contexts._
17
import Decorators._
18
import Flags._
19
import dotty.tools.dotc.ast.Trees._
20
+import Names._
21
import Types._
22
import Symbols._
23
import Denotations._
compiler/src/dotty/tools/backend/sjs/JSEncoding.scala
@@ -12,6 +12,7 @@ import Types._
12
13
14
import NameOps._
15
16
import StdNames._
import org.scalajs.ir
0 commit comments