mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-06 11:09:05 +03:00
js: Fixed program comment (#1391)
This commit is contained in:
parent
1207187e97
commit
4dee1ec0be
Notes:
sideshowbarker
2024-07-19 08:49:21 +09:00
Author: https://github.com/mrdoob 🔰 Commit: https://github.com/SerenityOS/serenity/commit/4dee1ec0bec Pull-request: https://github.com/SerenityOS/serenity/pull/1391
@ -33,7 +33,7 @@
|
||||
|
||||
int main()
|
||||
{
|
||||
// function foo() { return 1 + 2; }
|
||||
// function foo() { return (1 + 2) + 3; }
|
||||
// foo();
|
||||
auto program = make<JS::Program>();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user