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 3b96392 commit 8d53f95Copy full SHA for 8d53f95
src/dotty/tools/dotc/backend/jvm/scalaPrimitives.scala
@@ -8,6 +8,7 @@ package dotc
8
package backend.jvm
9
10
import scala.collection.{ mutable, immutable }
11
+import core.Symbols.{Symbol, NoSymbol}
12
13
/** Scala primitive operations are represented as methods in `Any` and
14
* `AnyVal` subclasses. Here we demultiplex them by providing a mapping
0 commit comments