We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8482516 commit b94a5c8Copy full SHA for b94a5c8
validation-test/Sema/SwiftUI/rdar57201781.swift
@@ -8,7 +8,7 @@ struct ContentView : View {
8
@State var foo: [String] = Array(repeating: "", count: 5)
9
10
var body: some View {
11
- VStack {
+ VStack { // expected-error{{type of expression is ambiguous without more context}}
12
HStack {
13
Text("")
14
TextFi // expected-error {{use of unresolved identifier 'TextFi'}}
0 commit comments