This snippet succeeds on Strada: ```ts interface SymbolConstructor { readonly toStringTag: symbol; } ``` But fails on Corsa. This effects packages like `@types/jquery` which does this to polyfill `lib.es2015.symbol.wellknown.d.ts`. Is this another intentional change à la #1192 or is this a so far unimplemented feature?