mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
6 lines
247 B
Swift
6 lines
247 B
Swift
// {"kind":"typecheck","signature":"(anonymous namespace)::SyntacticElementSolutionApplication::visitReturnStmt(swift::ReturnStmt*)"}
|
|
// RUN: not --crash %target-swift-frontend -typecheck %s
|
|
enum a func b(c : a) {
|
|
let:
|
|
()->Copyable = { c return
|