mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
The proposal [has been accepted](https://forums.swift.org/t/accepted-se-0487-nonexhaustive-enums/81508) which makes the feature experimental no longer.
8 lines
159 B
Swift
8 lines
159 B
Swift
// RUN: %batch-code-completion
|
|
|
|
// NONEXHAUSTIVE-DAG: Keyword/None: warn; name=warn
|
|
|
|
@nonexhaustive(#^NONEXHAUSTIVE^#)
|
|
public enum E {
|
|
}
|