You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
typeI={readonlya: string;};// eslint-disable-next-line functional/no-classclassCimplementsI{// This should be flagged by no-unsafe-assignment or another (new) rule// eslint-disable-next-line functional/prefer-readonly-typea="";}constD=newC();// eslint-disable-next-line functional/no-expression-statement, functional/immutable-dataD.a="something";
The text was updated successfully, but these errors were encountered:
From microsoft/TypeScript#18770 (comment)
The text was updated successfully, but these errors were encountered: