Files
swift-mirror/validation-test/Sema/Inputs/rdar84879566_invalid_decls.swift
Kathy Gray 97dfc82255 Update tests to reflect type information in ambiguity resolution
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.
2025-10-10 17:46:22 +01:00

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 {
""
}
}