| Index: pkg/front_end/lib/src/fasta/loader.dart
|
| diff --git a/pkg/front_end/lib/src/fasta/loader.dart b/pkg/front_end/lib/src/fasta/loader.dart
|
| index 2d8cf71f35ff05a6bd17dbf0179861f7551b8b19..fbf22921966249d9f568f65705bd54b84b8728cd 100644
|
| --- a/pkg/front_end/lib/src/fasta/loader.dart
|
| +++ b/pkg/front_end/lib/src/fasta/loader.dart
|
| @@ -150,6 +150,8 @@ ${format(ms / libraryCount, 3, 12)} ms/compilation unit.""");
|
| }
|
|
|
| Builder getCompileTimeError() => target.getCompileTimeError(this);
|
| +
|
| + Builder getNativeAnnotation() => target.getNativeAnnotation(this);
|
| }
|
|
|
| String format(double d, int fractionDigits, int width) {
|
|
|