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

abbreviated names (from imports) not allowed in class implements arg #183

Open
ericatkin opened this issue Jul 4, 2016 · 1 comment
Open

Comments

@ericatkin
Copy link
Contributor

ericatkin commented Jul 4, 2016

import from java.awt.event import ActionListener

class MyActionListener(implements=ActionListener):
    pass

vs

class MyActionListener(implements=java.awt.event.ActionListener):
    pass

This is apparently also an issue for type annotations on function arguments and return types.

@freakboy3742
Copy link
Member

Interestingly - the solution for this will also help solve #255.

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

2 participants