| Index: samples/build_dart/build.dart
|
| diff --git a/samples/build_dart/build.dart b/samples/build_dart/build.dart
|
| index 2892b32c162655e7be5cbbbfd687efd71f9e5947..2f5ab68d4ade5633e1447d92808f76b4d359779a 100644
|
| --- a/samples/build_dart/build.dart
|
| +++ b/samples/build_dart/build.dart
|
| @@ -118,7 +118,7 @@ void _processFile(String arg) {
|
|
|
| File outFile = new File("${arg}bar");
|
|
|
| - IOSink<File> out = outFile.openWrite();
|
| + IOSink out = outFile.openWrite();
|
| out.writeln("// processed from ${file.path}:");
|
| if (contents != null) {
|
| out.write(contents);
|
|
|