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 89adb4b commit 413c8e3Copy full SHA for 413c8e3
compiler/src/dotty/tools/dotc/typer/Checking.scala
@@ -44,7 +44,7 @@ object Checking {
44
45
/** Add further information for error messages involving applied types if the
46
* type is inferred:
47
- * 1. the full inferred type in a TypeTree node
+ * 1. the full inferred type is a TypeTree node
48
* 2. the applied type causing the error, if different from (1)
49
*/
50
private def showInferred(msg: Message, app: Type, tpt: Tree)(using ctx: Context): Message =
0 commit comments