| Index: pkg/front_end/testcases/inference/abstract_class_instantiation.dart.outline.expect
|
| diff --git a/pkg/front_end/testcases/inference/abstract_class_instantiation.dart.outline.expect b/pkg/front_end/testcases/inference/abstract_class_instantiation.dart.outline.expect
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..e084a0d102cd9c62dfe80aa8a1ef50beb120acb9
|
| --- /dev/null
|
| +++ b/pkg/front_end/testcases/inference/abstract_class_instantiation.dart.outline.expect
|
| @@ -0,0 +1,16 @@
|
| +library test;
|
| +import self as self;
|
| +import "dart:core" as core;
|
| +
|
| +abstract class C extends core::Object {
|
| + constructor •() → void
|
| + ;
|
| +}
|
| +abstract class D<T extends core::Object> extends core::Object {
|
| + constructor •(self::D::T t) → void
|
| + ;
|
| +}
|
| +static method test() → void
|
| + ;
|
| +static method main() → dynamic
|
| + ;
|
|
|