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

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

Issue 1195523002: Handle dynamic as bottom inside of function type reps (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Fix typo in comment Created 5 years, 6 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/cascade.js ('k') | test/codegen/expect/covariance.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/codegen/expect/constructors.js
diff --git a/test/codegen/expect/constructors.js b/test/codegen/expect/constructors.js
index 5b26e6caed729d4fc6771518251d79242c964985..c6c7cf5b4f98ae3f96df8fbfd40d7d496995af72 100644
--- a/test/codegen/expect/constructors.js
+++ b/test/codegen/expect/constructors.js
@@ -121,7 +121,7 @@ dart_library.library('constructors', null, /* Imports */[
}
}
dart.setSignature(L, {
- constructors: () => ({L: [L, [core.Object]]})
+ constructors: () => ({L: [L, [dart.dynamic]]})
});
class M extends L {
named(x) {
@@ -183,7 +183,7 @@ dart_library.library('constructors', null, /* Imports */[
}
}
dart.setSignature(Q, {
- constructors: () => ({Q: [Q$(T), [core.Object]]}),
+ constructors: () => ({Q: [Q$(T), [dart.dynamic]]}),
methods: () => ({
bar: [core.String, []],
bar2: [core.String, []]
« no previous file with comments | « test/codegen/expect/cascade.js ('k') | test/codegen/expect/covariance.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698