Skip to content

Commit

Permalink
test: add more test
Browse files Browse the repository at this point in the history
  • Loading branch information
sosukesuzuki committed Oct 14, 2021
1 parent 855152b commit d689829
Show file tree
Hide file tree
Showing 2 changed files with 382 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
class Foo {
#prop?: string;
#propExplicitWithValue?: string = '';
#propImplicitWithValue? = '';
}

0 comments on commit d689829

Please sign in to comment.