Code & Deploy
siGit Code
Git Hosting
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@samitouri
/
QOS-React-2
QOS-React-2
/
compiler
/
packages
/
babel-plugin-react-compiler
/
src
/
__tests__
/
fixtures
/
compiler
/
call-args-assignment.js
Code
Commits
Issues
Pulls
Sessions
CI/CD
main
main
js
5 lines
95 Bytes
Copy permalink
Copy
Raw
1
function
Component
(
props
)
{
2
let
x
=
makeObject
();
3
x
.
foo
((
x
=
makeObject
()));
4
return
x
;
5
}