Skip to content

Commit a72acfe

Browse files
committed
Enable tests for old fixed issues
Fix #530, #654, #681, #684, #685
1 parent 2c08c72 commit a72acfe

7 files changed

+3
-3
lines changed

src/dotty/DottyPredef.scala

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ package dotty
22

33
import scala.reflect.ClassTag
44
import scala.reflect.runtime.universe.TypeTag
5-
import scala.Predef.??? // this is currently ineffective, because of #530
5+
import scala.Predef.???
66

77
abstract class I1 {
8-
implicit def classTag[T]: ClassTag[T] = scala.Predef.???
9-
implicit def typeTag[T]: TypeTag[T] = scala.Predef.???
8+
implicit def classTag[T]: ClassTag[T] = ???
9+
implicit def typeTag[T]: TypeTag[T] = ???
1010
implicit val DoubleClassTag: ClassTag[Double] = ClassTag.Double
1111
}
1212
abstract class I2 extends I1 {
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)