mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Swift: == -> =
This commit is contained in:
@@ -80,7 +80,7 @@ class Type(Element):
|
||||
canonical_type: "Type" | desc("""
|
||||
This is the unique type we get after resolving aliases and desugaring. For example, given
|
||||
```
|
||||
typealias MyInt == Int
|
||||
typealias MyInt = Int
|
||||
```
|
||||
then `[MyInt?]` has the canonical type `Array<Optional<Int>>`.
|
||||
""")
|
||||
|
||||
Reference in New Issue
Block a user