Swift: remove emoji in test

This commit is contained in:
Paolo Tranquilli
2022-11-08 17:41:40 +01:00
parent 00d3ff8a18
commit cbae72d9da
4 changed files with 6 additions and 6 deletions

View File

@@ -1,2 +1,2 @@
| postfix.swift:1:5:1:6 | call to ...(_:) | getFunction: | postfix.swift:1:6:1:6 | ....(_:) |
| postfix.swift:7:1:7:2 | call to \u2757(_:) | getFunction: | postfix.swift:7:2:7:2 | \u2757(_:) |
| postfix.swift:7:1:7:2 | call to **(_:) | getFunction: | postfix.swift:7:2:7:2 | **(_:) |

View File

@@ -1,2 +1,2 @@
| postfix.swift:1:5:1:6 | call to ...(_:) | 0 | postfix.swift:1:5:1:5 | : 3 |
| postfix.swift:7:1:7:2 | call to \u2757(_:) | 0 | postfix.swift:7:1:7:1 | : 3 |
| postfix.swift:7:1:7:2 | call to **(_:) | 0 | postfix.swift:7:1:7:1 | : 3 |

View File

@@ -1,2 +1,2 @@
| postfix.swift:1:5:1:6 | call to ...(_:) | PartialRangeFrom<Int> |
| postfix.swift:7:1:7:2 | call to \u2757(_:) | () |
| postfix.swift:7:1:7:2 | call to **(_:) | () |

View File

@@ -1,7 +1,7 @@
_ = 3...
postfix operator
postfix operator **
postfix func (_ n: Int) {}
postfix func **(_ n: Int) {}
3
3**