chore: fixe rest of comments tests.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
function test(n) {
|
||||
var result;
|
||||
/*synthetic*/
|
||||
result = n >= 0 ? n : -n;
|
||||
return result;
|
||||
}
|
||||
|
||||
+1
@@ -1,4 +1,5 @@
|
||||
function test(n) {
|
||||
/*synthetic*/
|
||||
return n >= 0 ? n : -n;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user