974a8ee21d
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>
17 lines
286 B
Plaintext
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
|
|
;
|