File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11| postfix.swift:1:5:1:6 | call to ...(_:) | getFunction: | postfix.swift:1:6:1:6 | ....(_:) |
2- | postfix.swift:7:1:7:2 | call to \u2757 (_:) | getFunction: | postfix.swift:7:2:7:2 | \u2757 (_:) |
2+ | postfix.swift:7:1:7:2 | call to ** (_:) | getFunction: | postfix.swift:7:2:7:2 | ** (_:) |
Original file line number Diff line number Diff line change 11| postfix.swift:1:5:1:6 | call to ...(_:) | 0 | postfix.swift:1:5:1:5 | : 3 |
2- | postfix.swift:7:1:7:2 | call to \u2757 (_:) | 0 | postfix.swift:7:1:7:1 | : 3 |
2+ | postfix.swift:7:1:7:2 | call to ** (_:) | 0 | postfix.swift:7:1:7:1 | : 3 |
Original file line number Diff line number Diff line change 11| postfix.swift:1:5:1:6 | call to ...(_:) | PartialRangeFrom<Int> |
2- | postfix.swift:7:1:7:2 | call to \u2757 (_:) | () |
2+ | postfix.swift:7:1:7:2 | call to ** (_:) | () |
Original file line number Diff line number Diff line change 11_ = 3 ...
22
3- postfix operator ❗
3+ postfix operator **
44
5- postfix func ❗ ( _ n: Int ) { }
5+ postfix func ** ( _ n: Int ) { }
66
7- 3 ❗
7+ 3 **
You can’t perform that action at this time.
0 commit comments