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
switch arg { // expected-error {{switch covers known cases, but 'UfiPkgEnum' may have additional unknown values}} {{none}} expected-note {{handle unknown values using "@unknown default"}}
314
+
packagefunc g(_ arg:UfiPkgEnum)->Int{ // expected-error {{cannot find type 'UfiPkgEnum' in scope}}
switch arg { // expected-error {{switch covers known cases, but 'UfiPkgEnum' may have additional unknown values}} {{none}} expected-note {{handle unknown values using "@unknown default"}}
324
+
packagefunc gi(_ arg:UfiPkgEnum)->Int{ // expected-error {{cannot find type 'UfiPkgEnum' in scope}}
0 commit comments