mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
10 lines
304 B
Swift
10 lines
304 B
Swift
// RUN: %batch-code-completion
|
|
|
|
// NONISOLATED_UNSAFE: Keyword/None: unsafe; name=unsafe
|
|
|
|
nonisolated(#^NONISOLATED_UNSAFE_TOP_LEVEL?check=NONISOLATED_UNSAFE^#) var count = 0
|
|
|
|
struct MyStruct {
|
|
nonisolated(#^NONISOLATED_UNSAFE_IN_STRUCT?check=NONISOLATED_UNSAFE^#) var prop = 0
|
|
}
|