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 03e3167 commit bdfb08fCopy full SHA for bdfb08f
compiler/src/dotty/tools/dotc/core/GadtConstraint.scala
@@ -209,7 +209,7 @@ sealed trait GadtConstraint (
209
this.reverseMapping = revMapping
210
this.wasConstrained = wasConstrained
211
212
- def rollbackGadtUnless(op: => Boolean): Boolean =
+ inline def rollbackGadtUnless(inline op: Boolean): Boolean =
213
val savedConstr = myConstraint
214
val savedMapping = mapping
215
val savedReverseMapping = reverseMapping
0 commit comments