Files
sdk/pkg/front_end/testcases/rasta/parser_error.dart.outline.expect
T
Jens Johansen 1bad9304a0 Print user-imports and parts when printing ast to text
Also remove some duplicated code so libraries are mostly only printed
in one place.

Change-Id: I7cb86bff1938f05631d7eb3432deda2c9939f402
Reviewed-on: https://dart-review.googlesource.com/c/90226
Reviewed-by: Peter von der Ahé <ahe@google.com>
Commit-Queue: Jens Johansen <jensj@google.com>
2019-01-21 12:10:16 +00:00

11 lines
206 B
Plaintext

library;
import self as self;
import "dart:core" as core;
import "package:expect/expect.dart";
static method test(dynamic a, {dynamic b, dynamic c}) → core::int
;
static method main() → dynamic
;