// RUN: %target-swift-frontend %s -emit-ir // Test case submitted to project by https://github.com/tmu (Teemu Kurppa) // rdar://18118173 class a { var b = [T : Bool]() init(_ c: S) { c.map { self.b[$0] = true } } } a([1])