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 c1caaa2 commit b28b6d1Copy full SHA for b28b6d1
1 file changed
mypyc/test-data/irbuild-bytes.test
@@ -223,8 +223,7 @@ def f(b: bytes) -> bytes:
223
return b.rjust(6)
224
[out]
225
def f(b):
226
- b :: bytes
227
- r0 :: bytes
+ b, r0 :: bytes
228
L0:
229
r0 = CPyBytes_RjustDefaultFill(b, 12)
230
return r0
@@ -245,8 +244,7 @@ def f(b: bytes) -> bytes:
245
244
return b.ljust(7)
246
247
248
249
250
251
r0 = CPyBytes_LjustDefaultFill(b, 14)
252
0 commit comments