Files
swift-mirror/validation-test/compiler_crashers/0548-no-stacktrace.swift
Doug Gregor e855ae8f58 Clang importer: only consider imported initializers when filtering out duplicates.
Fixes rdar://problem/18500201 and 16 of the crashes in the crash suite.

Swift SVN r24982
2015-02-05 00:07:58 +00:00

12 lines
296 B
Swift

// RUN: not %target-swift-frontend %s -parse
// Distributed under the terms of the MIT license
// Test case submitted to project by https://github.com/practicalswift (practicalswift)
// Test case found by fuzzing
import CoreData
extension NSSet {
extension NSSet {
}
override init<T>(array: U)