Skip to content

Commit

Permalink
Merge pull request swiftlang#3438 from practicalswift/swiftc-28360-sw…
Browse files Browse the repository at this point in the history
…ift-archetypebuilder-maptypeoutofcontext
  • Loading branch information
swift-ci authored Jul 11, 2016
2 parents 0418d1a + 97f0b5c commit 565c741
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
// This source file is part of the Swift.org open source project
// Copyright (c) 2014 - 2016 Apple Inc. and the Swift project authors
// Licensed under Apache License v2.0 with Runtime Library Exception
//
// See http://swift.org/LICENSE.txt for license information
// See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors

// RUN: not --crash %target-swift-frontend %s -parse
// REQUIRES: asserts
struct A<f{protocol a{typealias f=B}struct B{let c=A.a as a

0 comments on commit 565c741

Please sign in to comment.