File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ public func NSApplicationMain(
9
9
return argv. withMemoryRebound ( to: UnsafePointer< Int8> . self , capacity: Int ( argc) ) {
10
10
argv in
11
11
return __NSApplicationMain ( argc, argv)
12
- } )
12
+ }
13
13
}
Original file line number Diff line number Diff line change 5
5
6
6
import resilient_protocol
7
7
8
- prefix operator ~~~ { }
9
- infix operator <*> { }
10
- infix operator <**> { }
11
- infix operator <===> { }
8
+ prefix operator ~~~
9
+ infix operator <*>
10
+ infix operator <**>
11
+ infix operator <===>
12
12
13
13
public protocol P { }
14
14
Original file line number Diff line number Diff line change 1
1
2
2
// RUN: %target-swift-frontend -module-name witnesses -Xllvm -sil-full-demangle -emit-silgen %s -disable-objc-attr-requires-foundation-module -enable-sil-ownership | %FileCheck %s
3
3
4
- infix operator <~> { }
4
+ infix operator <~>
5
5
6
6
func archetype_method< T: X > ( x: T , y: T ) -> T {
7
7
var x = x
You can’t perform that action at this time.
0 commit comments