aboutsummaryrefslogblamecommitdiff
path: root/tests/pending/run/t8637.scala
blob: 16c042b9ac2af86ada228430c52bf88f94325f59 (plain) (tree)
1
2
3
4
5
6
7
8
9



                                          
                                             


                                    
 
import scala.reflect.runtime.universe._
import scala.reflect.runtime.currentMirror
import scala.tools.reflect.ToolBox

object Test extends dotty.runtime.LegacyApp {
  val tb = currentMirror.mkToolBox()
  tb.compile(q"true > true")
  tb.typecheck(q"true > true")
}