-
-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Now that types are no longer guaranteed to go on the heap, the use of "class" can be confusing as this is typically used for types that go on the heap. In addition, our types weren't really traditional classes to begin with due to the lack of support for inheritance. The `class` keyword is still supported but is now deprecated, and the `fmt` command automatically replaces it with the new `type` keyword. This fixes #779. Changelog: changed
- Loading branch information
1 parent
6f8a503
commit aa8bfbd
Showing
221 changed files
with
4,319 additions
and
4,298 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.