Skip to content

Commit 1e6a8c3

Browse files
committed
passed all but dotty.tools.dotc.classpath.MultiReleaseJarTest.mrJar
1 parent fa7f3dd commit 1e6a8c3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/src/dotty/tools/dotc/util/SourceFile.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,6 @@ class SourceFile(val file: AbstractFile, computeContent: => Array[Char]) extends
218218
override def toString: String = file.toString
219219
}
220220
object SourceFile {
221-
222221
implicit def eqSource: CanEqual[SourceFile, SourceFile] = CanEqual.derived
223222

224223
implicit def fromContext(using Context): SourceFile = ctx.source

0 commit comments

Comments
 (0)