Compiler

@implicitNotFound("Could not find implicit scala.quoted.staging.Compiler.\n\nDefault compiler can be instantiated with:\n `import scala.quoted.staging.Compiler; given Compiler = Compiler.make(getClass.getClassLoader)`\n\n") trait Compiler
Companion
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def run[T](expr: Quotes => Expr[T]): T