leo/tests/parser/import/many_import_star.leo

15 lines
290 B
Plaintext
Raw Normal View History

2021-03-30 01:45:10 +03:00
/*
namespace: ParseImport
2021-03-30 01:45:10 +03:00
expectation: Pass
*/
import test_import.*; // local import
2021-03-30 01:45:10 +03:00
import bar.*; // imports directory import
2021-03-30 01:45:10 +03:00
import bar.baz.*; // imports directory import
2021-03-30 01:45:10 +03:00
import bar.bat.bat.*; // imports directory import
2021-03-30 01:45:10 +03:00
import car.*; // imports directory import