blob: 012290371509aac76334484922b33c3cc6c47e0d [file] [log] [blame]
// RUN: not %target-swift-frontend %s -typecheck
//
// REQUIRES: objc_interop
import Foundation
class GenericClass<T>: NSObject {
var someVar = [String: UndefinedClass]()
}