mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +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
12 lines
295 B
Swift
12 lines
295 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
|
|
|
|
import Foundation
|
|
struct B<A, T where T : B, i("[0x31] == B
|
|
if c {
|
|
}
|
|
var b[B) {
|