mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Now covers following new areas (alongside simple assignments):
- Contextual type coercions:
- In assignment e.g. `let _: X = foo`
- In return type positions e.g. `func foo() -> A { return bar }`
- Argument-to-parameter applications (including @autoclosure)
265 KiB
265 KiB