Skip to content

Commit

Permalink
Merge pull request #5665 from practicalswift/swiftc-28475-swift-typec…
Browse files Browse the repository at this point in the history
…hecker-validatedecl-swift-valuedecl-bool
  • Loading branch information
swift-ci committed Nov 7, 2016
2 parents 5a772d7 + 6b7ddd2 commit 6edb513
Showing 1 changed file with 10 additions and 0 deletions.
@@ -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 -emit-ir
protocol P{func c(array:A.c
class A:P

0 comments on commit 6edb513

Please sign in to comment.