blob: aa9ca654f4bea79721806217e0754731a16e9efa [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
import "org-dartlang-testcase:///issue50932.dart" as self;
abstract class A extends core::Object {
synthetic constructor •() self::A
;
abstract get foo() core::int;
}
static method test(dynamic x) dynamic
;