-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
area:reportingError reporting including formatting, implicit suggestions, etcError reporting including formatting, implicit suggestions, etcitype:enhancementprio:low
Description
[error] -- Error: /data/rw/code/scala/loop/rework/src/main/scala/bloop/State.sca
la:110:8
[error] 110 | class MyRunner(msg: String) extends sbt.testing.Runner {
[error] | ^
[error] |class MyRunner needs to be abstract, since:[error] |it has 4 unimplemented members.
[error] |/** As seen from class MyRunner, the missing signatures are as foll
ows.
[error] | * For convenience, these are usable as stub implementations.
[error] | */
[error] | def args: (): Array[String] = ???
[error] | def done: (): String = ???[error] | def remoteArgs: (): Array[String] = ???
[error] | def tasks: (x$0: Array[sbt.testing.TaskDef]): Array[sbt.testing.T
ask] = ???
As you see, def args: (): Array[String] = ??? has an extra : before the parameter list.
Metadata
Metadata
Assignees
Labels
area:reportingError reporting including formatting, implicit suggestions, etcError reporting including formatting, implicit suggestions, etcitype:enhancementprio:low