Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Austaras committed Feb 26, 2022
1 parent 9de116d commit 5b6a346
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -672,7 +672,7 @@ impl ClassProperties {
None
},
}));
if inserted {
if inserted && self.c.private_as_properties {
Some(Ident::dummy())
} else {
None
Expand Down

0 comments on commit 5b6a346

Please sign in to comment.