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 d9a429c commit e977bfcCopy full SHA for e977bfc
compiler/src/dotty/tools/dotc/core/TyperState.scala
@@ -96,7 +96,7 @@ class TyperState(previous: TyperState /* | Null */) extends DotClass with Showab
96
}
97
98
/** Test using `op`, restoring typerState to previous state afterwards */
99
- @inline def test(op: => Boolean): Boolean = {
+ def test(op: => Boolean): Boolean = {
100
val savedReporter = myReporter
101
val savedConstraint = myConstraint
102
val savedCommittable = myIsCommittable
0 commit comments