Skip to content

Commit 9264188

Browse files
committed
Remove conflict
1 parent 7f16721 commit 9264188

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

lib/anthology/src/scala/anthology.Scalac.scala

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -76,20 +76,12 @@ case class Scalac[version <: Scalac.All](options: List[ScalacOption[version]]):
7676

7777
val callbackApi = new dtdi.CompilerCallback {}
7878

79-
<<<<<<< HEAD
8079
object ProgressApi extends dtdsi.ProgressCallback:
8180
private var last: Int = -1
81+
8282
override def informUnitStarting(stage: String | Null, unit: dtd.CompilationUnit | Null)
8383
: Unit =
84-
()
85-
=======
86-
object ProgressApi extends dtdsi.ProgressCallback:
87-
private var last: Int = -1
88-
89-
override def informUnitStarting(stage: String | Null, unit: dtd.CompilationUnit | Null)
90-
: Unit =
91-
()
92-
>>>>>>> b8588941f (Start work on compiling Scala.js)
84+
()
9385

9486
override def progress
9587
(current: Int,

0 commit comments

Comments
 (0)