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 a65da2e commit d3ccc48Copy full SHA for d3ccc48
src/dotty/tools/dotc/reporting/diagnostic/Message.scala
@@ -18,7 +18,8 @@ object Message {
18
/** A `Message` contains all semantic information necessary to easily
19
* comprehend what caused the message to be logged. Each message can be turned
20
* into a `MessageContainer` which contains the log level and can later be
21
- * consumed by a subclass of `Reporter`.
+ * consumed by a subclass of `Reporter`. However, the error position is only
22
+ * part of `MessageContainer`, not `Message`.
23
*
24
* @param errorId a unique number identifying the message, this will later be
25
* used to reference documentation online
0 commit comments