Skip to content

ScalaTest macros #5491

Closed
Closed
@liufengyun

Description

@liufengyun

This is thread for issues about implementation of ScalaTest macros (related meta issue #5489)

TODOS

Issues

  private def liftSeq(args: Seq[Expr[Any]]): Expr[Seq[Any]] = args match {
    case x :: xs  => '{ (~x) +: ~(liftSeq(xs))  }
    case Nil => '(Seq(): Seq[Any])
  }

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions