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 761db1b commit b2559b1Copy full SHA for b2559b1
spec/tags/core/fiber/storage_tags.txt
@@ -19,3 +19,5 @@ fails:Fiber.[] can access the storage of the parent fiber
19
fails:Fiber.[] can't access the storage of the fiber with non-symbol keys
20
fails:Fiber.[]= does not overwrite the storage of the parent fiber
21
fails:Fiber.[]= can't access the storage of the fiber with non-symbol keys
22
+fails:Fiber.[] can use dynamically defined keys
23
+fails:Fiber.[] can't use invalid keys
0 commit comments