Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Compiler should error if a class does not implement all methods from the interface #239

Open
itamarst opened this issue Aug 4, 2016 · 0 comments

Comments

@itamarst
Copy link
Contributor

itamarst commented Aug 4, 2016

Probably? If we're moving towards no-inheritance model. E.g.:

interface I {
    void foo();
}

class C extends I {}
@itamarst itamarst added this to the Frontend robustness milestone Aug 4, 2016
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