Files
swift-mirror/validation-test/compiler_crashers/0660-swift-modulefile-getdecl.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

13 lines
289 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
class A {
func b.b
class func b: Int = B>()
}
class A {
class func a<T: a