Files
swift-mirror/validation-test/compiler_crashers_2_fixed/0092-se-0154.swift
Doug Gregor 93435d17d6 [Substitution Map] Handle substitutions of generic parameters made concrete.
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.
2017-04-28 16:22:07 -07:00

7 lines
144 B
Swift

// RUN: not %target-swift-frontend %s -typecheck
// REQUIRES: objc_interop
import Foundation
let nsd: NSDictionary = [NSObject : AnyObject]()