// RUN: not --crash %target-swift-frontend %s -emit-ir // Distributed under the terms of the MIT license // Test case submitted to project by https://github.com/practicalswift (practicalswift) // rdar://18633758 import Foundation extension NSFileManager { enum C { } class D { class var a: Dictionary { struct E { static var e = Dictionary() } return E.e } } }