blob: 4826b8e8143efa7359dd26df20db02f7a7a3e146 [file] [log] [blame]
library test /*isNonNullableByDefault*/;
import self as self;
import "dart:core" as core;
class A extends core::Object {
synthetic constructor •() self::A
;
set x(dynamic #synthetic) → void
;
}
static method f(self::A a) void
;
static method main() dynamic
;