CONFIG
* WIn 7
* Welclipse version 59 (version.txt)
*
REPRO STEPS
class mycLCass {
private linkDB: Object = {};
constructor() {
this.linkDB[ 'bob' ] = 123;
}
}
ERROR
Element implicitly has an ‘any’ type because type ‘Object’ has no index signature.
NOTE
* preset after restart and/or clean
* log attached after clean restart
Attachments:
You must be
logged in to view attached files.