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 <#value#> {
case <#pattern#>:
<#code#>
default:
<#code#>
}
I get the following errors:
1:8: editor placeholder in source file
2:6: editor placeholder in source file
3:5: editor placeholder in source file
5:5: editor placeholder in source file
Note: These errors should just be warnings and shouldn't affect the formatting of code (like Xcode does).