TypeScript/tests/cases/compiler/numLit.ts
2014-07-12 17:30:19 -07:00

4 lines
No EOL
61 B
TypeScript

1..toString();
1.0.toString();
1.toString();
1.+2.0 + 3. ;