Files
swift-mirror/validation-test/compiler_crashers_fixed/rdar129109552.swift
2025-10-22 15:47:35 -04:00

13 lines
338 B
Swift

// RUN: not %target-swift-frontend -typecheck %s
// REQUIRES: objc_interop
import Foundation.NSZone
@available(macOS 12, iOS 15, tvOS 15, watchOS 8, *)
@dynamicMemberLookup public struct AttributedSubstring : Sendable {
}
@available(macOS 12, iOS 15, tvOS 15, watchOS 8, *)
extension AttributedSubstring : AttributedStringProtocol {
}