mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-11 10:22:33 +03:00
16 lines
189 B
Plaintext
16 lines
189 B
Plaintext
|
/*
|
||
|
ns: Parse
|
||
|
expectation: Pass
|
||
|
*/
|
||
|
|
||
|
import test-import.( // local import
|
||
|
Point,
|
||
|
foo,
|
||
|
);
|
||
|
|
||
|
import bar.( // imports directory import
|
||
|
Bar,
|
||
|
baz.(Baz, Bazzar),
|
||
|
bat.bat.Bat,
|
||
|
);
|