mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Otherwise integrated REPL and other tools like LLDB would produce incorrect results or crash. Resolves: rdar://problem/30933988
5 lines
39 B
Swift
5 lines
39 B
Swift
enum E<T> {
|
|
case foo
|
|
case bar(T)
|
|
}
|