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.
1 parent f71a4b3 commit b76d2e4Copy full SHA for b76d2e4
compiler/src/dotty/tools/dotc/core/Contexts.scala
@@ -51,7 +51,7 @@ object Contexts {
51
private val initialStore = store8
52
53
/** The current context */
54
- def ctx(using ctx: Context): Context = ctx
+ inline def ctx(using ctx: Context): Context = ctx
55
56
/** Run `op` with given context */
57
inline def inContext[T](c: Context)(inline op: Context ?=> T): T =
0 commit comments