This commit is contained in:
kenji yoshida 2026-06-03 21:08:36 -04:00 committed by GitHub
commit af7722009f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -111,6 +111,7 @@ class Eval(
| def $WrapValName${returnType} = {""".stripMargin
val contents = s"""$header
|$expression
|
| }
|}
|""".stripMargin