mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-19 07:32:26 +03:00
15 lines
290 B
Plaintext
15 lines
290 B
Plaintext
/*
|
|
namespace: ParseImport
|
|
expectation: Pass
|
|
*/
|
|
|
|
import test_import.*; // local import
|
|
|
|
import bar.*; // imports directory import
|
|
|
|
import bar.baz.*; // imports directory import
|
|
|
|
import bar.bat.bat.*; // imports directory import
|
|
|
|
import car.*; // imports directory import
|