apply review

This commit is contained in:
Adrien Piquerez 2024-03-07 09:00:17 +01:00
parent 7ca6ad5fec
commit a89ad8ad4d
1 changed files with 1 additions and 1 deletions

View File

@ -7,8 +7,8 @@ import sbt.util.cacheLevel
import sbt.util.CacheLevelTag
trait ContextUtil[C <: Quotes & scala.Singleton](val valStart: Int):
import qctx.reflect.*
val qctx: C
import qctx.reflect.*
given qctx.type = qctx
private var counter: Int = valStart - 1