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
/// Declaration statements should generally declare a single variable.
15
+
/// Declaration statements should generally declare a single variable.
16
+
/// Although this inspection does not take variable types into account, it is a common mistake to only declare an explicit type on the last variable in a list.
0 commit comments