Fix warning position

This commit is contained in:
xuwei-k 2026-05-23 16:38:15 +09:00
parent b71319a153
commit 9b8dee98c8
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