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.
14 lines
663 B
Swift
14 lines
663 B
Swift
// RUN: %target-typecheck-verify-swift -parse-as-library -disable-experimental-parser-round-trip -verify-additional-prefix disabled-
|
|
// RUN: %target-typecheck-verify-swift -parse-as-library -verify-additional-prefix enabled-
|
|
|
|
// REQUIRES: asserts
|
|
|
|
// NOTE: There are currently no experimental features that need code completion
|
|
// testing, but this test file is being left in place for when it's needed
|
|
// again. At that time, please remove the ABIAttribute tests.
|
|
// REQUIRES: new_use_case
|
|
|
|
// This test checks whether DECL_ATTR_FEATURE_REQUIREMENT is being applied correctly.
|
|
// It is expected to need occasional edits as experimental features are stabilized.
|
|
|