John Reimer wrote: > "in" seems inappropriate in this situation. "as" perfectly correlates to a > renaming or aliasing action. "in" is confusing and looks more like an action on > a set. > If you read it as "into" I think it should make sense, if you think of namespaces: import foo.bar in foobar; // import foo.bar into the foobar namespace