File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,6 @@ func closures() {
4747func f2(
4848 @Wrapper p1: Int ,
4949 @WrapperWithInit p2: Int ,
50- // @WrapperWithProjected p3: Int, // Disabled causes crashes with Swift 6.1
51- // @WrapperWithProjectedAndInit p4: Int // Disabled causes crashes with Swift 6.1
50+ // @WrapperWithProjected p3: Int, // Disabled causes crashes with Swift 6.1/6.2
51+ // @WrapperWithProjectedAndInit p4: Int // Disabled causes crashes with Swift 6.1/6.2
5252) { }
Original file line number Diff line number Diff line change 1010}
1111
1212func foo(
13- // @Wrapper x: Int // Disabled causes crashes with Swift 6.1
13+ // @Wrapper x: Int // Disabled causes crashes with Swift 6.1/6.2
1414) { }
1515
1616// foo(x: 42)
1717// foo($x: true)
1818
1919let closure = {
2020 (
21- // @Wrapper y: Int // Disabled causes crashes with Swift 6.1
21+ // @Wrapper y: Int // Disabled causes crashes with Swift 6.1/6.2
2222 ) in return
2323 }
2424
You can’t perform that action at this time.
0 commit comments