mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
11 lines
170 B
Swift
11 lines
170 B
Swift
precedencegroup RedeclaredAcrossFiles {}
|
|
|
|
infix operator ^^^
|
|
prefix operator >>>
|
|
postfix operator <<<
|
|
|
|
precedencegroup P1 {}
|
|
infix operator ^^^^ : P1
|
|
|
|
infix operator &&&
|