mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
If SubstitutionMap is asked to form a substitution for a generic parameter that has been made concrete by the generic signature, substitute into the concrete type. This allows us to better deal with non-canonical types.
7 lines
144 B
Swift
7 lines
144 B
Swift
// RUN: not %target-swift-frontend %s -typecheck
|
|
// REQUIRES: objc_interop
|
|
|
|
import Foundation
|
|
let nsd: NSDictionary = [NSObject : AnyObject]()
|
|
|