Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

extends error when using a type alias #2702

Open
CZDanol opened this issue May 12, 2023 · 0 comments
Open

extends error when using a type alias #2702

CZDanol opened this issue May 12, 2023 · 0 comments
Labels

Comments

@CZDanol
Copy link

CZDanol commented May 12, 2023

Bug description

Seems like the extends syntax doesn't accept interface type aliases.

Steps to reproduce

interface IDFOutputT<T> {}
type IDFNumberOutput = IDFOutputT<DFNumberType>;
class DFNumberValue implements IDFNumberOutput {}

ERROR TS2422: A class can only implement an interface.

 class DFNumberValue implements IDFNumberOutput {
                                ~~~~~~~~~~~~~~~

AssemblyScript version

v0.24.1

@CZDanol CZDanol added the bug label May 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant