// RUN: not %target-swift-frontend %s -typecheck // // REQUIRES: objc_interop import Foundation class GenericClass: NSObject { var someVar = [String: UndefinedClass]() }