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 2112398 commit f5714c6Copy full SHA for f5714c6
test-data/unit/check-expressions.test
@@ -1167,8 +1167,7 @@ u'%s' % (u'abc',)
1167
f'foobar'
1168
1169
[case testFStringTypecheckExpression]
1170
-# flags: --fast-parser
1171
-# flags: --python-version 3.6
+# flags: --fast-parser --python-version 3.6
1172
a: str
1173
a = 'foo'
1174
b: str
@@ -1177,7 +1176,7 @@ b == 'foobar'
1177
1176
f'{1 + "a"}'
1178
f'{1 + 1}'
1179
[out]
1180
-main:2: error: Unsupported operand types for + ("int" and "str")
+main:7: error: Unsupported operand types for + ("int" and "str") (diff)
1181
1182
1183
-- Lambdas
0 commit comments