Jon
Jon
I just migrated a 'classic vm' (database) which is now in production to the new ARM model. Created the availability set but can't add 'db1' and 'db2' to the availability...
Can take a look, does 1) Removing from lib.d.ts: ``` interface Object { constructor: Function; ``` 2) inferring/adding a "constructor" property/symbol with a type to the classType seem like the...
Nevermind, it's a bit more involved then I thought. Attempt here in case helpful: https://github.com/Microsoft/TypeScript/compare/master...jbondc:this.constructor Think proper way involves changing `ConstructorKeyword` in getSymbolAtLocation()
How would this be related to #2159? A namespace implements an interface?