blob: afe7da55abf39f652b72005c8ec26f573b0bb425 [file] [log] [blame]
library /*isNonNullableByDefault*/;
import self as self;
import "dart:core" as core;
class Class extends core::Object {
synthetic constructor •() self::Class
: super core::Object::•()
;
method method({core::int x = #C1}) → dynamic {
function local({core::int x = #C1}) → Null {}
({core::int x = #C1}) → Null {};
}
}
static method topLevel({core::int x = #C1}) → dynamic {}
constants {
#C1 = 3
}