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.
1 parent cae3611 commit b32c08aCopy full SHA for b32c08a
tests/neg/i123577.scala
@@ -8,7 +8,6 @@ trait MillRpcChannel {
8
9
object MillRpcChannel {
10
def createChannel: MillRpcChannel = {
11
- // Note that the signature is wrong here
12
- (msg: String) => ???
+ (msg: String) => ??? // error
13
}
14
0 commit comments