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

Unified Diff: test/codegen/expect/_native_typed_data/_native_typed_data.js

Issue 974703003: fix dummy setters -- grammar requires an identifier (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/codegen/expect/_isolate_helper/_isolate_helper.js ('k') | test/codegen/expect/async/async.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/codegen/expect/_native_typed_data/_native_typed_data.js
diff --git a/test/codegen/expect/_native_typed_data/_native_typed_data.js b/test/codegen/expect/_native_typed_data/_native_typed_data.js
index 64be63c5a713fcee25ee9c641fa06e80ca024a74..76a9ae6984d9233efbbe989b9f30fad953ce8a07 100644
--- a/test/codegen/expect/_native_typed_data/_native_typed_data.js
+++ b/test/codegen/expect/_native_typed_data/_native_typed_data.js
@@ -1484,11 +1484,11 @@ var _native_typed_data;
get _list() {
return new NativeFloat64List(2);
},
- set _list() {},
+ set _list(_) {},
get _uint32View() {
return dart.as(_list.buffer.asUint32List(), NativeUint32List);
},
- set _uint32View() {}
+ set _uint32View(_) {}
});
// Exports:
exports.NativeByteBuffer = NativeByteBuffer;
« no previous file with comments | « test/codegen/expect/_isolate_helper/_isolate_helper.js ('k') | test/codegen/expect/async/async.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698