Skip to content

Commit

Permalink
Merge pull request swiftlang#11454 from practicalswift/swiftc-28835-t…
Browse files Browse the repository at this point in the history
…ype-hastypeparameter-already-have-an-interface-type
  • Loading branch information
swift-ci authored Aug 14, 2017
2 parents 31d7f74 + 835631c commit 6726f24
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
// This source file is part of the Swift.org open source project
// Copyright (c) 2014 - 2017 Apple Inc. and the Swift project authors
// Licensed under Apache License v2.0 with Runtime Library Exception
//
// See https://swift.org/LICENSE.txt for license information
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors

// REQUIRES: asserts
// RUN: not --crash %target-swift-frontend %s -emit-ir
class a<a{
class a:RangeReplaceableCollection
protocol A:RangeReplaceableCollection
& a.a

0 comments on commit 6726f24

Please sign in to comment.