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 413c8e3 commit 1f354e9Copy full SHA for 1f354e9
compiler/src/dotty/tools/dotc/transform/PostTyper.scala
@@ -245,8 +245,8 @@ class PostTyper extends MacroTransform with IdentityDenotTransformer { thisPhase
245
else
246
tree
247
def app1 =
248
- // reverse order of transforming args and fun. This way, we get a chance to see other
249
- // well-formedness errors before reporting errors in possible inferred type args of fun.
+ // reverse order of transforming args and fun. This way, we get a chance to see other
+ // well-formedness errors before reporting errors in possible inferred type args of fun.
250
val args1 = transform(app.args)
251
cpy.Apply(app)(transform(app.fun), args1)
252
methPart(app) match
0 commit comments