| Index: lib/runtime/dart_sdk.js
|
| diff --git a/lib/runtime/dart_sdk.js b/lib/runtime/dart_sdk.js
|
| index 56ce3b49b881e4f4312c7aff6adb7c7fb99471ed..fb8c4ca6e1c629298d4b6badf728373370a6de6e 100644
|
| --- a/lib/runtime/dart_sdk.js
|
| +++ b/lib/runtime/dart_sdk.js
|
| @@ -28186,7 +28186,7 @@ dart_library.library('dart_sdk', null, /* Imports */[
|
| dart.defineNamedConstructor(core.DateTime, '_withValue');
|
| dart.defineNamedConstructor(core.DateTime, '_internal');
|
| dart.defineNamedConstructor(core.DateTime, '_now');
|
| - core.DateTime[dart.implements] = () => [core.Comparable];
|
| + core.DateTime[dart.implements] = () => [core.Comparable$(core.DateTime)];
|
| dart.setSignature(core.DateTime, {
|
| constructors: () => ({
|
| new: [core.DateTime, [core.int], [core.int, core.int, core.int, core.int, core.int, core.int, core.int]],
|
|
|