Files
wren/test/io/directory/exists_path_not_string.wren
T

4 lines
97 B
Plaintext
Raw Normal View History

import "io" for Directory
Directory.exists(123) // expect runtime error: Path must be a string.