Files
sdk/pkg/front_end/testcases/named_function_scope.dart.outline.expect
T
Daniel Hillerström 98a9adf696 Make constructor function types conform with the specification.
Prior to this CL the return type of any constructor function was
always void. According to the specification §9.3 the return type of a
constructor function ought to be its enclosing class.

Change-Id: I70d76cc354b7f118ce96bf4954daf7fe535eb7be
Reviewed-on: https://dart-review.googlesource.com/76160
Commit-Queue: Daniel Hillerström <hillerstrom@google.com>
Reviewed-by: Peter von der Ahé <ahe@google.com>
2018-09-26 09:39:11 +00:00

17 lines
292 B
Plaintext

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