Sunk to Master as of 02/23/2015, 12:00pm.
I have my file cat.ts which does not reference dog.ts.  dog.ts defines the class "Dog".  In cat.ts, I'm trying to create a "Dog" class - I should get an error that "Dog" isn't defined (at least I used to).  Now I don't get the undefined error
