mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #81868 from hamishknight/x-of-hearts
Change InlineArray sugar separator `x` -> `of`
This commit is contained in:
@@ -497,7 +497,7 @@ EXPERIMENTAL_FEATURE(CustomAvailability, true)
|
||||
/// Syntax sugar features for concurrency.
|
||||
EXPERIMENTAL_FEATURE(ConcurrencySyntaxSugar, true)
|
||||
|
||||
/// Enable syntax sugar type '[3 x Int]' for Inline Array
|
||||
/// Enable syntax sugar type '[3 of Int]' for Inline Array
|
||||
EXPERIMENTAL_FEATURE(InlineArrayTypeSugar, false)
|
||||
|
||||
/// Allow declaration of compile-time values
|
||||
|
||||
Reference in New Issue
Block a user