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 25043d4 commit 8f17a4cCopy full SHA for 8f17a4c
test-data/unit/check-expressions.test
@@ -1167,6 +1167,7 @@ u'%s' % (u'abc',)
1167
f'foobar'
1168
f'{"foobar"}'
1169
f'foo{"bar"}'
1170
+f'.{1}.'
1171
a: str
1172
a = f'foobar'
1173
a = f'{"foobar"}'
@@ -1178,7 +1179,6 @@ f' {1 + ""}'
1178
1179
[out]
1180
main:2: error: Unsupported operand types for + ("int" and "str")
1181
main:3: error: Unsupported operand types for + ("int" and "str")
-main:3: error: Unsupported operand types for + ("str" and "int")
1182
1183
1184
-- Lambdas
0 commit comments