mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
publish exported postfix operators as 'E("", ++x) - 1' and 'E("", --x) + 1'
This commit is contained in:
@@ -14,6 +14,8 @@ x |= 1;
|
||||
x &= 1;
|
||||
for (x = 5;;x++) {}
|
||||
for (x = 8;;x--) {}
|
||||
for (x = 15;;++x) {}
|
||||
for (x = 18;;--x) {}
|
||||
|
||||
for (let x = 50;;) {}
|
||||
function foo() {
|
||||
|
||||
Reference in New Issue
Block a user