mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #76572 from kubamracek/embedded-class-bound-existentials
[embedded] Introduce class-bound existentials into Embedded Swift
This commit is contained in:
@@ -54,6 +54,9 @@ enum class RuntimeEffect : unsigned {
|
||||
|
||||
/// Witness methods, boxing, unboxing, initializing, etc.
|
||||
Existential = 0x80,
|
||||
|
||||
/// Class-bound only existential
|
||||
ExistentialClassBound = 0x200,
|
||||
|
||||
/// Not modelled currently.
|
||||
Concurrency = 0x0,
|
||||
|
||||
Reference in New Issue
Block a user