leo/tests/parser/import/keyword_fail.leo

9 lines
85 B
Plaintext
Raw Normal View History

2022-01-28 21:34:02 +03:00
/*
namespace: ParseImport
2022-01-28 21:34:02 +03:00
expectation: Fail
*/
import function.a;
import import.a;