Files
wren/test/fiber/yield_with_value_from_main.wren
T

2 lines
62 B
Plaintext
Raw Normal View History

Fiber.yield(1) // expect runtime error: No fiber to yield to.