Unnamed parameters not supported in closures in Silver?

The following results in an error, using 9.1.100.2081. If I replace the underbar with a named parameter, the error goes away.

class Test {
	 func foo() {
		let b: Bool = true
		let a: (Int) -> (Bool) = {_ in b}         // Error: closing bracket expected
		}
}

Thanks, logged as bugs://77019

bugs://77019 got closed with status fixed.

Logged as bugs://i64792.

bugs://i64792 was closed as fixed.