mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
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
13 lines
351 B
Swift
13 lines
351 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
|
|
|
|
struct B<T where B : U -> ((g<T.e == {
|
|
return self.h : X.C<T where Optional<T where f, d>(n: A> T>(")
|
|
struct A {
|
|
switch x {
|
|
}
|
|
var b = B
|