| Index: samples/sample_extension/sample_asynchronous_extension.dart
|
| diff --git a/samples/sample_extension/sample_asynchronous_extension.dart b/samples/sample_extension/sample_asynchronous_extension.dart
|
| index 1cdbe465b21635200a15e093aff3988f6156d18d..41f2ea3feb979effacd744469c46d445e574e5e5 100644
|
| --- a/samples/sample_extension/sample_asynchronous_extension.dart
|
| +++ b/samples/sample_extension/sample_asynchronous_extension.dart
|
| @@ -2,9 +2,9 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -#library("sample_asynchronous_extension");
|
| +library sample_asynchronous_extension;
|
|
|
| -#import("dart-ext:sample_extension");
|
| +import 'dart-ext:sample_extension';
|
|
|
| // A class caches the native port used to call an asynchronous extension.
|
| class RandomArray {
|
|
|