Files
swift-mirror/test/Parse
Tapan Thaker 07e69409da [Diagnostics] Add a fix-it for misplaced throws in function types (#25306)
Adds a diagnostic error for misplaced throws in function types. For e.g:

```swift
let fn: () -> throws Void  // expected-error{{'throws' may only occur before '->'}} {{12-12=throws }} {{15-22=}}
```

Resolves SR-10703.
2019-06-07 19:07:49 -07:00
..
2017-01-23 10:59:31 -08:00
2019-04-08 10:24:51 -07:00
2018-11-14 13:38:01 -02:00
2018-11-14 13:38:01 -02:00
2019-04-04 19:35:25 -04:00
2017-05-02 14:55:04 -07:00