leo/disabled_tests/parser/import/many_import.leo

16 lines
157 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 tes_import.(
2021-03-30 01:45:10 +03:00
Point,
foo,
);
import bar.(
2021-03-30 01:45:10 +03:00
Bar,
baz.(Baz, Bazzar),
bat.bat.Bat,
);