This website requires JavaScript.
Explore
Help
Sign In
qiurui
/
qtdeclarative
mirror of
https://github.com/qt/qtdeclarative.git
Watch
1
Star
0
Fork
You've already forked qtdeclarative
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6c3373109f
qtdeclarative
/
tests
/
auto
/
qml
/
qjsengine
/
modulewithlexicals.mjs
10 lines
100 B
JavaScript
Raw
Blame
History
class
Point
{
constructor
(
)
{
}
}
export
function
main
(
)
{
(
new
Point
(
)
)
;
return
10
;
}
Reference in New Issue
View Git Blame
Copy Permalink