add README file
This commit is contained in:
parent
cd3503551b
commit
65a5aed23a
2 changed files with 28 additions and 1 deletions
|
@ -65,7 +65,6 @@ private def compileImpl(x: Expr[Dsl])(using Quotes): Expr[Option[String]] = {
|
|||
case Some(xv) => '{ Some(${ Expr(xv.ast.toString()) }) }
|
||||
case None => '{ None }
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
case class Foo(id: Long)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue