Files
sdk/pkg/front_end/testcases/named_function_scope.dart.outline.expect
T
Peter von der Ahé 974a8ee21d Fix crash in named function expression
Fixes https://github.com/dart-lang/sdk/issues/32694

Change-Id: Idfc2dbe11e44d6d927924a6fc54cf31cee66a6ae
Reviewed-on: https://dart-review.googlesource.com/51120
Reviewed-by: Aske Simon Christensen <askesc@google.com>
Commit-Queue: Peter von der Ahé <ahe@google.com>
2018-04-13 12:02:47 +00:00

17 lines
286 B
Plaintext

library;
import self as self;
import "dart:core" as core;
class T extends core::Object {
synthetic constructor •() → void
;
}
class V extends core::Object {
synthetic constructor •() → void
;
}
static method test() → dynamic
;
static method main() → void
;