You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
letp2= #fileLiteral(resourceName:"what.txt") // expected-error{{could not infer type of file reference literal}} expected-note{{import Foundation to use 'URL' as the default file reference literal type}}
25
+
26
+
lettext= #fileLiteral(resourceName:"TextFile.txt").relativeString! // expected-error{{type of expression is ambiguous without more context}}
0 commit comments