Files
swift-mirror/validation-test/compiler_crashers_fixed/1228-swift-constraints-constraintsystem-opengeneric.swift
Doug Gregor 2f0c1b151e Use the archetype for unqualified lookup within protocols and extensions thereof.
When performing unqualified lookup within a type context (or method
thereof) that is a protocol or a protocol extension, use the Self
archetype of the protocol or extension so we look in types implied by
the requirements as well. Part of rdar://problem/20509152, fixing the
example provided in rdar://problem/20694545.

Swift SVN r28363
2015-05-09 03:42:16 +00:00

16 lines
383 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
func c<e>() -> (e, e -> e) -> e {
f b f.f =c {
}
class f: c{ class func f {}
struct f<c : f,f where e.c == c.c
var e: Int -> Int = {
}
let d: Int = { c, b in
}(f, e)