Guest User

Untitled

a guest
Apr 16th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. class Test {
  2. readonly data;
  3. constructor() {
  4. setTimeout(() => {
  5. this.data = 15 // error
  6. });
  7. }
  8. }
Add Comment
Please, Sign In to add comment