Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(70)

Side by Side Diff: test/codegen/expect/misc.js

Issue 1090613006: fix #155, numeric integer literals (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 var $8invalid$45chars$46in$43file_name; 1 var misc;
2 (function(exports) { 2 (function(exports) {
3 'use strict'; 3 'use strict';
4 // Function main: () → dynamic 4 // Function main: () → dynamic
5 function main() { 5 function main() {
6 core.print((1).toString());
7 core.print(1.0.toString());
8 core.print(1.1.toString());
6 } 9 }
7 // Exports: 10 // Exports:
8 exports.main = main; 11 exports.main = main;
9 })($8invalid$45chars$46in$43file_name || ($8invalid$45chars$46in$43file_name = { })); 12 })(misc || (misc = {}));
OLDNEW
« lib/src/js/nodes.dart ('K') | « lib/src/js/nodes.dart ('k') | test/codegen/expect/misc.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698