blob: aea04a2b0520eb79fdeb2fbb7ca05da1acd55467 [file] [log] [blame]
// RUN: %target-swift-frontend %s -typecheck -verify
var d = [String:String]()
_ = "\(d.map{ [$0 : $0] })" // expected-error {{type of expression is ambiguous without more context}}