blob: bf9734f01cf65a78b4f875a946a82d1ec946cb4e [file] [log] [blame]
// RUN: not %target-swift-frontend %s -typecheck
_ = [1].reduce( [Int:Int]() ) {
(dict, num) in dict[num] = num * num
}