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.
2 parents 13582bf + fd4b4f9 commit b064088Copy full SHA for b064088
sbt-bridge/src/dotty/tools/xsbt/DelegatingReporter.java
@@ -30,7 +30,7 @@ public void printSummary(Context ctx) {
30
31
public void doReport(Diagnostic dia, Context ctx) {
32
Severity severity = severityOf(dia.level());
33
- Position position = positionOf(dia.pos());
+ Position position = positionOf(dia.pos().nonInlined());
34
35
Message message = dia.msg();
36
StringBuilder rendered = new StringBuilder();
0 commit comments