Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle async messages for identifier calls
When calling async messages as identifier (e.g. just `foo` instead of `self.foo` or `foo()`), the compiler now correctly compiles the call to a message send, instead of a virtual call. Changelog: fixed
- Loading branch information