-
Notifications
You must be signed in to change notification settings - Fork 32
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
[FEATURE REQUEST] Support for abstract methods #109
Labels
‼ priority:p1
Priority planning - level 1
🎊 resolution:resolved
Bug or feature resolved - might not have been merged to master yet
🏛 scope:program-structure
Work regarding the program structure
🎆 type:feature
New feature or request
Comments
VincenzoArceri
added a commit
that referenced
this issue
Jan 28, 2022
VincenzoArceri
added a commit
that referenced
this issue
Feb 10, 2022
VincenzoArceri
added a commit
that referenced
this issue
Feb 11, 2022
VincenzoArceri
added a commit
that referenced
this issue
Feb 11, 2022
VincenzoArceri
added a commit
that referenced
this issue
Feb 11, 2022
VincenzoArceri
added a commit
that referenced
this issue
Feb 14, 2022
VincenzoArceri
added a commit
that referenced
this issue
Feb 14, 2022
VincenzoArceri
added a commit
that referenced
this issue
Feb 14, 2022
interface and compilation units
VincenzoArceri
added a commit
that referenced
this issue
Feb 14, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
‼ priority:p1
Priority planning - level 1
🎊 resolution:resolved
Bug or feature resolved - might not have been merged to master yet
🏛 scope:program-structure
Work regarding the program structure
🎆 type:feature
New feature or request
Description
Abstract methods (methods with no code that force the implementers to provide an implementation) cannot be defined as of 0.1b1. Interprocedural analyses/callgraphs might exploit this information to refine their reasoning. To complete the program structure, it should be possible to define them.
The text was updated successfully, but these errors were encountered: