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 94623f0 commit d8ade63Copy full SHA for d8ade63
validation-test/Sema/SwiftUI/rdar57201781.swift
@@ -1,5 +1,5 @@
1
// RUN: %target-typecheck-verify-swift -target x86_64-apple-macosx10.15 -swift-version 5
2
-// REQUIRES: rdar66110075
+
3
// REQUIRES: objc_interop
4
// REQUIRES: OS=macosx
5
@@ -9,7 +9,7 @@ struct ContentView : View {
9
@State var foo: [String] = Array(repeating: "", count: 5)
10
11
var body: some View {
12
- VStack { // expected-error{{type of expression is ambiguous without more context}}
+ VStack {
13
HStack {
14
Text("")
15
TextFi // expected-error {{cannot find 'TextFi' in scope}}
0 commit comments