mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Diagnose an attempt return something from a function which
doesn't have a return type specified e.g.
```swift
func foo() { return 42 }
```
263 KiB
263 KiB