hylo icon indicating copy to clipboard operation
hylo copied to clipboard

Declaring a member operator for a non-existing operator doesn't cause an error

Open kyouko-taiga opened this issue 1 year ago • 0 comments

This type declaration should not compile:

type A {
  fun infix&%!! (_ x: A) -> Void { () }
}

Commit: 289ed31a49747a3bfbec14547e0ace165d72e3e0

kyouko-taiga avatar Sep 27 '23 15:09 kyouko-taiga