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 3aca0f3 commit 328a11dCopy full SHA for 328a11d
mypyc/test-data/irbuild-basic.test
@@ -3290,7 +3290,7 @@ def root():
3290
r4 :: str
3291
r5 :: object
3292
r6 :: str
3293
- r7 :: dict
+ r7 :: dict[exact]
3294
r8 :: str
3295
r9 :: object
3296
r10 :: i32
@@ -3301,7 +3301,7 @@ def root():
3301
r16 :: str
3302
r17 :: object
3303
r18 :: str
3304
- r19 :: dict
+ r19 :: dict[exact]
3305
r20 :: str
3306
r21 :: object
3307
r22 :: i32
@@ -3347,12 +3347,12 @@ def submodule():
3347
3348
3349
3350
3351
3352
3353
3354
r11 :: bit
3355
- r12 :: dict
+ r12 :: dict[exact]
3356
r13 :: str
3357
r14 :: object
3358
r15 :: str
0 commit comments