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 dea04b3 commit ec71a61Copy full SHA for ec71a61
compiler/src/dotty/tools/dotc/transform/PostTyper.scala
@@ -276,8 +276,6 @@ class PostTyper extends MacroTransform with IdentityDenotTransformer { thisPhase
276
checkNoConstructorProxy(tree)
277
transformSelect(tree, Nil)
278
case tree: Apply =>
279
- if tree.symbol.is(Inline) && !Inliner.inInlineMethod then
280
- ctx.compilationUnit.needsInlining = true
281
val methType = tree.fun.tpe.widen
282
val app =
283
if (methType.isErasedMethod)
0 commit comments