Files
wren/test/meta/eval_not_string.wren
T

2 lines
70 B
Plaintext
Raw Normal View History

Meta.eval(123) // expect runtime error: Source code must be a string.