aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/typer/Typer.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/dotty/tools/dotc/typer/Typer.scala')
-rw-r--r--src/dotty/tools/dotc/typer/Typer.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dotty/tools/dotc/typer/Typer.scala b/src/dotty/tools/dotc/typer/Typer.scala
index c39007a9e..6f5739396 100644
--- a/src/dotty/tools/dotc/typer/Typer.scala
+++ b/src/dotty/tools/dotc/typer/Typer.scala
@@ -1113,6 +1113,7 @@ class Typer extends Namer with Applications with Implicits {
case wtp =>
pt match {
case pt: FunProto => adaptToArgs(wtp, pt)
+ case pt: PolyProto => tree // error will be reported in typedTypeApply
case _ =>
if (ctx.mode is Mode.Type)
if (tree.tpe <:< pt) tree