Skip to content

Commit 362343d

Browse files
committed
suppress warning when compiling sbt bridge
1 parent 246ee6a commit 362343d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sbt-bridge/src/dotty/tools/xsbt/DelegatingReporter.java

+4
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
import xsbti.Position;
1212
import xsbti.Severity;
1313

14+
// sbt-bridge/src/dotty/tools/xsbt/DelegatingReporter.java:14:1: dotty$tools$dotc$reporting$UniqueMessagePositions$$positions() in dotty.tools.dotc.reporting.AbstractReporter implements dotty$tools$dotc$reporting$UniqueMessagePositions$$positions() in dotty.tools.dotc.reporting.UniqueMessagePositions
15+
// return type requires unchecked conversion from scala.collection.mutable.HashMap to scala.collection.mutable.HashMap<scala.Tuple2<dotty.tools.dotc.util.SourceFile,java.lang.Object>,dotty.tools.dotc.reporting.Diagnostic>
16+
@SuppressWarnings("unchecked")
17+
1418
final public class DelegatingReporter extends AbstractReporter {
1519
private xsbti.Reporter delegate;
1620

0 commit comments

Comments
 (0)