leo/tests/parser/import/basic.leo

8 lines
73 B
Plaintext

/*
namespace: ParseImport
expectation: Pass
*/
import a.b;
import AB.c;