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
privatevalWenumCommentDiscard=BooleanSetting("-Wenum-comment-discard", "Warn when a comment ambiguously assigned to multiple enum cases is discarded.")
177
177
privatevalWtoStringInterpolated=BooleanSetting("-Wtostring-interpolated", "Warn a standard interpolator used toString on a reference type.")
178
178
privatevalWrecurseWithDefault=BooleanSetting("-Wrecurse-with-default", "Warn when a method calls itself with a default argument.")
179
+
privatevalWwrongArrow=BooleanSetting("-Wwrong-arrow", "Warn if function arrow was used instead of context literal ?=>.")
0 commit comments