We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Context.current
1 parent 92a92bf commit f364b86Copy full SHA for f364b86
ducktape/src/main/scala/io/github/arainko/ducktape/internal/Context.scala
@@ -15,7 +15,7 @@ private[ducktape] sealed trait Context {
15
private[ducktape] object Context {
16
type Of[F0 <: Fallible] = Context { type F = F0 }
17
18
- inline def current(using ctx: Context): ctx.type = ctx
+ transparent inline def current(using ctx: Context): ctx.type = ctx
19
20
case class PossiblyFallible[G[+x]](
21
wrapperType: WrapperType.Wrapped[G],
0 commit comments