- Fix Whitespace with empty token list - Force a newline for line comments in concise mode
5 lines
35 B
JavaScript
5 lines
35 B
JavaScript
{
|
|
print("hello");
|
|
// comment
|
|
}
|