File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package scala.quoted
33import scala .runtime .quoted .Runner
44import scala .runtime .quoted .Unpickler .Pickled
55
6- sealed abstract class Expr [T ] extends Quoted {
6+ sealed abstract class Expr [T ] {
77 final def unary_~ : T = throw new Error (" ~ should have been compiled away" )
88 final def run (implicit runner : Runner [T ]): T = runner.run(this )
99 final def show (implicit runner : Runner [T ]): String = runner.show(this )
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import scala.quoted.Types.TaggedType
44import scala .reflect .ClassTag
55import scala .runtime .quoted .Unpickler .Pickled
66
7- sealed abstract class Type [T ] extends Quoted {
7+ sealed abstract class Type [T ] {
88 type unary_~ = T
99}
1010
You can’t perform that action at this time.
0 commit comments