Skip to content

Commit e977bfc

Browse files
committed
Disable inlining again.
Curiously, inlining seemed to have made things worse rather than better.
1 parent d9a429c commit e977bfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/core/TyperState.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ class TyperState(previous: TyperState /* | Null */) extends DotClass with Showab
9696
}
9797

9898
/** Test using `op`, restoring typerState to previous state afterwards */
99-
@inline def test(op: => Boolean): Boolean = {
99+
def test(op: => Boolean): Boolean = {
100100
val savedReporter = myReporter
101101
val savedConstraint = myConstraint
102102
val savedCommittable = myIsCommittable

0 commit comments

Comments
 (0)