Skip to content

Commit

Permalink
Merge pull request swiftlang#3433 from practicalswift/swiftc-28359-sw…
Browse files Browse the repository at this point in the history
…ift-constraints-constraintsystem-addtypevariableconstraintstoworklist

Add 💥 (😢 → 61, 😀 → 5107) in swift::constraints::ConstraintSystem::addTypeVariableConstraintsToWorkList(…)
  • Loading branch information
gribozavr authored Jul 10, 2016
2 parents df5fba7 + 73a715d commit 5d2aa7c
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// 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
{class a{}func a(a)class c{func b{{{a(a{

0 comments on commit 5d2aa7c

Please sign in to comment.