blob: 04c7f62f9456d8a16956aad0ff325eef1c35766c [file] [log] [blame]
import 'foo';
import {foo} from 'foo';
import {foo as bar} from 'foo';
import {
foo as bar,
test as testing,
logging
} from 'foo';