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 e2fa664 commit 27193d8Copy full SHA for 27193d8
mypyc/test-data/irbuild-constant-fold.test
@@ -494,18 +494,18 @@ def slice_index() -> None:
494
def pos_index():
495
r0, a :: str
496
L0:
497
- r0 = "s"
+ r0 = 's'
498
a = r0
499
return 1
500
def neg_index():
501
502
503
- r0 = "t"
+ r0 = 't'
504
505
506
def slice_index():
507
508
509
- r0 = "string"
+ r0 = 'string'
510
511
0 commit comments