Skip to content

Commit c1a3ace

Browse files
committed
Fix rebase breakage
1 parent ba04554 commit c1a3ace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -806,7 +806,7 @@ object SymDenotations {
806806
def isSkolem: Boolean = name == nme.SKOLEM
807807

808808
def isInlineMethod(implicit ctx: Context): Boolean =
809-
is(InlineMethod, butNot = AccessorOrSynthetic) &&
809+
is(InlineMethod, butNot = Accessor) &&
810810
!name.isUnapplyName // unapply methods do not count as inline methods
811811
// we need an inline flag on them only do that
812812
// reduceProjection gets access to their rhs

0 commit comments

Comments
 (0)