leo/tests/parser/import/names.leo

11 lines
109 B
Plaintext
Raw Normal View History

/*
namespace: ParseImport
expectation: Pass
*/
import a0_f.foo;
2022-02-19 00:10:17 +03:00
import a_9.bar;
2022-02-19 00:10:17 +03:00
import hello_world.hello;