hylo
hylo copied to clipboard
Declaring a member operator for a non-existing operator doesn't cause an error
This type declaration should not compile:
type A {
fun infix&%!! (_ x: A) -> Void { () }
}
Commit: 289ed31a49747a3bfbec14547e0ace165d72e3e0