TypedOrTestModule

@since("3.1")

Methods of the module object val TypedOrTest

Source:
Quotes.scala
class Object
trait Matchable
class Any

Value members

Abstract methods

def apply(expr: Tree, tpt: TypeTree): TypedOrTest

Create a type ascription <x: Tree>: <tpt: TypeTree>

Create a type ascription <x: Tree>: <tpt: TypeTree>

Source:
Quotes.scala
def copy(original: Tree)(expr: Tree, tpt: TypeTree): TypedOrTest

Matches <expr: Tree>: <tpt: TypeTree>

Matches <expr: Tree>: <tpt: TypeTree>

Source:
Quotes.scala