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 7c3e094 commit 7845875Copy full SHA for 7845875
library/src/dotty/DottyPredef.scala
@@ -1,14 +1,11 @@
1
package dotty
2
3
-import scala.reflect.runtime.universe.TypeTag
4
import scala.reflect.ClassTag
5
import scala.Predef.???
6
import scala.collection.Seq
7
8
/** unimplemented implicit for TypeTag */
9
object DottyPredef {
10
- implicit def typeTag[T]: TypeTag[T] = ???
11
-
12
/** A fall-back implicit to compare values of any types.
13
* The compiler will restrict implicit instances of `eqAny`. An instance
14
* `eqAny[T, U]` is _valid_ if `T <: U` or `U <: T` or both `T` and `U` are
0 commit comments