-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Thomas Lee edited this page May 14, 2016
·
64 revisions
- Jonathan: error handling for Parsing/Typechecking.
- continue
- class fields cannot be initialized (only declared). Initialized fields will be caught as a Syntax error.
##Questions to ask
- Can we have methods declared twice (same signature or not) in different interface files? Within the same interface file?