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
warning.swift:6:9: warning: initialization of variable 'mutable' was never used; consider replacing with assignment to '_' or removing it
var mutable = true
~~~~^~~~~~~
The text was updated successfully, but these errors were encountered:
Environment
Apple Swift version 5.2.4 (swiftlang-1103.0.32.9 clang-1103.0.32.53)
Target: x86_64-apple-darwin19.4.0
Additional Detail from JIRA
md5: a35d2f6707ccac6f1003854766929f98
Issue Description:
This code produces an incorrect compiler diagnostic:
The text was updated successfully, but these errors were encountered: