polserver/testsuite/escript/const/const015-populated-error.src
Eric Swanson de171c1cdd
Allow empty array, dictionary, error, struct as constants. (#296)
Checkpoint: parity for ClassicDistro
2020-09-10 00:35:40 -07:00

2 lines
51 B
Text

const X := error { errortext := "abc" };
print(X);