mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
11 lines
247 B
Swift
11 lines
247 B
Swift
// RUN: not %target-swift-frontend -emit-ir %s
|
|
|
|
// https://github.com/apple/swift/issues/51520
|
|
|
|
public final class Action<Input, Error: Swift.Error> {
|
|
|
|
extension Action {
|
|
|
|
public enum ActionError<Error: Swift.Error>: Swift.Error {
|
|
case disabled
|