mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Textual SIL containing something like: `infix static func ==(a: T, b: T) -> Bool` cannot be parsed and results in an error like: ``` error: 'infix' modifier is not required or allowed on func declarations ``` Interestingly enough, `prefix` and `postfix` attributes do not result in the same kind of errors.
28 KiB
28 KiB