Files
swift-mirror/validation-test/compiler_crashers/1049-swift-constraints-solution-solution.swift
Jordan Rose e635d6a993 In the spirit of r25276, break circularity with generic functions, too.
Also beef up the main test case a little.

I don't have a Radar, but this fixes 177 compiler_crashers!

Swift SVN r25281
2015-02-13 19:59:48 +00:00

15 lines
285 B
Swift

// RUN: not %target-swift-frontend %s -parse
// Distributed under the terms of the MIT license
// Test case submitted to project by https://github.com/practicalswift (practicalswift)
// Test case found by fuzzing
1]]).C> {
}
protocol B {
protocol a {
}
protocol A {
}
func b<j : b.c