mirror of
https://github.com/github/codeql.git
synced 2026-04-22 23:35:14 +02:00
Swift: remove emoji in test
This commit is contained in:
@@ -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 | **(_:) |
|
||||
|
||||
@@ -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 |
|
||||
|
||||
@@ -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 **(_:) | () |
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
_ = 3...
|
||||
|
||||
postfix operator ❗
|
||||
postfix operator **
|
||||
|
||||
postfix func ❗(_ n: Int) {}
|
||||
postfix func **(_ n: Int) {}
|
||||
|
||||
3❗
|
||||
3**
|
||||
|
||||
Reference in New Issue
Block a user