New Feature: Added support for "# type: import" with a config switch to disable it ("enableTypeIgnoreComments").
Enhancement: Added support for the implicit "class" symbol that is added to all methods.
Bug Fix: Fixed bug in type checker's handling of assignments to indexed expressions. It was not properly validating that the assigned type was appropriate.