Skip to content

Commit b32c08a

Browse files
committed
fix test
1 parent cae3611 commit b32c08a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/neg/i123577.scala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ trait MillRpcChannel {
88

99
object MillRpcChannel {
1010
def createChannel: MillRpcChannel = {
11-
// Note that the signature is wrong here
12-
(msg: String) => ???
11+
(msg: String) => ??? // error
1312
}
1413
}

0 commit comments

Comments
 (0)