Skip to content

Commit 7845875

Browse files
committed
DottyPredef: remove dummy typeTag implicit
This avoids a dependency on the scala-reflect jar
1 parent 7c3e094 commit 7845875

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

library/src/dotty/DottyPredef.scala

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
package dotty
22

3-
import scala.reflect.runtime.universe.TypeTag
43
import scala.reflect.ClassTag
54
import scala.Predef.???
65
import scala.collection.Seq
76

87
/** unimplemented implicit for TypeTag */
98
object DottyPredef {
10-
implicit def typeTag[T]: TypeTag[T] = ???
11-
129
/** A fall-back implicit to compare values of any types.
1310
* The compiler will restrict implicit instances of `eqAny`. An instance
1411
* `eqAny[T, U]` is _valid_ if `T <: U` or `U <: T` or both `T` and `U` are

0 commit comments

Comments
 (0)