Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"The above..." comment actually talks about code below... #128

Open
vanowm opened this issue Sep 3, 2023 · 0 comments
Open

"The above..." comment actually talks about code below... #128

vanowm opened this issue Sep 3, 2023 · 0 comments

Comments

@vanowm
Copy link

vanowm commented Sep 3, 2023

Comments placed on top of the block, yet it "thinks" the code is above the comment:

function test()
{
	console.log("test");
	/* The above code is a JavaScript code snippet that is logging the string "blah" to the console. */
	console.log("blah");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant