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

4 lines
87 B
Plaintext
Raw Normal View History

2016-02-21 12:23:33 -08:00
import "io" for File
File.exists(123) // expect runtime error: Path must be a string.