| Index: samples/sample_extension/sample_synchronous_extension.dart
|
| diff --git a/samples/sample_extension/sample_synchronous_extension.dart b/samples/sample_extension/sample_synchronous_extension.dart
|
| index f991be70f036dae3400d1020170636d10a4c00ee..7317e962891334bddb6a243ffbd3ac89e46a112a 100644
|
| --- a/samples/sample_extension/sample_synchronous_extension.dart
|
| +++ b/samples/sample_extension/sample_synchronous_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_synchronous_extension");
|
| +library sample_synchronous_extension;
|
|
|
| -#import("dart-ext:sample_extension");
|
| +import 'dart-ext:sample_extension';
|
|
|
| // The simplest way to call native code: top-level functions.
|
| int systemRand() native "SystemRand";
|
|
|