mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
02081d754b
Without doing this, we crash during serialization. Fixes rdar://90170284.
7 lines
104 B
Swift
7 lines
104 B
Swift
public actor Bar {}
|
|
|
|
public class SomewhatOnMainActor { }
|
|
|
|
@MainActor
|
|
extension SomewhatOnMainActor { }
|