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

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

Issue 1148333003: No dynamic at runtime (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Address comments Created 5 years, 7 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
Index: test/codegen/expect/methods.js
diff --git a/test/codegen/expect/methods.js b/test/codegen/expect/methods.js
index d576a1429b2521dc44449df2a5add5038c19f9e7..211a874d9bd9de4562fa9f9e6e777826c05926f6 100644
--- a/test/codegen/expect/methods.js
+++ b/test/codegen/expect/methods.js
@@ -58,7 +58,7 @@ var core = dart.import(core);
}
}
dart.setSignature(Bar, {
- methods: () => ({call: [dart.dynamic, [dart.dynamic]]})
+ methods: () => ({call: [core.Object, [core.Object]]})
});
class Foo extends core.Object {
Foo() {

Powered by Google App Engine
This is Rietveld 408576698