mirror of
https://github.com/apple/pkl.git
synced 2026-05-28 01:29:15 +02:00
remove stacking of block comments (#1022)
This commit is contained in:
@@ -3,11 +3,10 @@ x = 10 // end-of-line comment
|
||||
y = 20 /*
|
||||
multi
|
||||
line
|
||||
/* nested */
|
||||
comment
|
||||
*/ z = 30
|
||||
|
||||
/// documentation comment
|
||||
function myFun() = 0
|
||||
|
||||
a = 20 // single-line comment running until EOF rather than newline
|
||||
a = 20 // single-line comment running until EOF rather than newline
|
||||
|
||||
Reference in New Issue
Block a user