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 eb39009 commit 327ef1bCopy full SHA for 327ef1b
compiler/src/dotty/tools/dotc/core/SymDenotations.scala
@@ -992,7 +992,7 @@ object SymDenotations {
992
993
/** Does this method or field need to be retained at runtime */
994
def isRetainedInline(using Context): Boolean =
995
- isAllOf(Inline, butNot = Deferred)
+ is(Inline, butNot = Deferred)
996
&& allOverriddenSymbols.exists(!_.is(Inline))
997
998
/** Does this method need to be retained at runtime */
0 commit comments