blob: a762c17d52018319b14206ee44c96f93a99917b0 [file] [log] [blame]
// RUN: %target-typecheck-verify-swift -parse-stdlib
// This file is for tests that used to cause the type checker to crash.
class DictStringInt {
init(dictionaryLiteral xs: ()...) {} // expected-error{{broken standard library: cannot find Array type}}
}