Avatar
func f<X: Equatable>(x: X) {} f(x: ())
7:00 AM
error: TempGround.playground:3:6: error: argument type '()' does not conform to expected type 'Equatable' f(x: ()) ^
7:00 AM
ほんとだ。