Skip to content
This repository has been archived by the owner on May 9, 2022. It is now read-only.

Define a name in the local namespace for the import statement #12

Open
todo bot opened this issue Nov 29, 2019 · 0 comments
Open

Define a name in the local namespace for the import statement #12

todo bot opened this issue Nov 29, 2019 · 0 comments
Assignees

Comments

@todo
Copy link

todo bot commented Nov 29, 2019

// TODO: Define a name in the local namespace for the import statement
return super.visitImport_stmt(ctx) as ImportStatement
}
override fun visitImport_name(ctx: Python3Parser.Import_nameContext?): ImportStatement {
if (ctx == null) {


This issue was generated by todo based on a TODO comment in b354385. It's been assigned to @oxisto because they committed the code.
@todo todo bot assigned oxisto Nov 29, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant