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
Copy file name to clipboardExpand all lines: test/decl/var/properties.swift
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1270,6 +1270,6 @@ class WeakFixItTest {
1270
1270
1271
1271
// SR-8811 (Warning)
1272
1272
1273
-
letsr8811x=fatalError() // expected-warning {{variable 'sr8811x' inferred to have type 'Never', which may be unexpected}}
1273
+
letsr8811x=fatalError() // expected-warning {{variable 'sr8811x' inferred to have type 'Never', which may be unexpected}} expected-note {{add an explicit type annotation to silence this warning}}
0 commit comments