Skip to content

Commit

Permalink
test: update fixture with decorated definite class property
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescdavis committed Feb 11, 2020
1 parent 865d515 commit d63c680
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Expand Up @@ -5,4 +5,5 @@ class C {
@foo d: number;
@foo e: number = 3;
f!: number;
@foo g!: number;
}
Expand Up @@ -5,4 +5,6 @@ class C {
d;
@foo
e = 3;
@foo
g;
}

0 comments on commit d63c680

Please sign in to comment.