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 3299f3b commit d10a7b1Copy full SHA for d10a7b1
compiler/src/dotty/tools/dotc/typer/Applications.scala
@@ -881,7 +881,7 @@ trait Applications extends Compatibility { self: Typer with Dynamic =>
881
typedExpr(tree.fun, PolyProto(typedArgs, pt)) match {
882
case ExtMethodApply(app) =>
883
app
884
- case typedFn: TypeApply =>
+ case _: TypeApply =>
885
errorTree(tree, "illegal repeated type application")
886
case typedFn =>
887
typedFn.tpe.widen match {
0 commit comments