mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
All but 7 tests now passing. Those 7 tests either do not refer to these circumstances or do not seem to pass even when modified to accept type specifications.
12 lines
215 B
Swift
12 lines
215 B
Swift
struct MyView: Tupled { // expected-note {{found candidate 'MyView'}}
|
|
var tuple: some Any {
|
|
""
|
|
}
|
|
}
|
|
|
|
struct MyView: Tupled { // expected-note {{found candidate 'MyView'}}
|
|
var tuple: some Any {
|
|
""
|
|
}
|
|
}
|