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 8a725f3 commit 311b726Copy full SHA for 311b726
compiler/src/dotty/tools/dotc/typer/Typer.scala
@@ -2422,7 +2422,7 @@ class Typer extends Namer
2422
readaptSimplified(tree.withType(alt))
2423
case Nil =>
2424
// If alternative matches, there are still two ways to recover:
2425
- // 1. If context is an application, try to insert and apply or implicit
+ // 1. If context is an application, try to insert an apply or implicit
2426
// 2. If context is not an application, pick a alternative that does
2427
// not take parameters.
2428
def noMatches =
0 commit comments