We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd90550 commit a8410c1Copy full SHA for a8410c1
test-data/unit/check-flags.test
@@ -1991,7 +1991,7 @@ x.trim() # E: "str" has no attribute "trim" [attr-defined]
1991
[case testEnableDifferentErrorCode]
1992
# flags: --disable-error-code attr-defined --enable-error-code name-defined --show-error-code
1993
x = 'should not be fine'
1994
-x.trim() # E: "str" has no attribute "trim" [attr-defined]
+x.trim() # E: "str" has no attribute "trim" [attr-defined]
1995
1996
[case testEnableMultipleErrorCode]
1997
# flags: \
0 commit comments