writer icon indicating copy to clipboard operation
writer copied to clipboard

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

Open vanowm opened this issue 2 years ago • 0 comments

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");
}

vanowm avatar Sep 03 '23 19:09 vanowm