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