blob: 3580b1f52ed09bee7a94b05084e92b25de4c67de [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class A extends core::Object /*hasConstConstructor*/ {
const constructor •(core::int x, {core::String? y = null}) self::A
: super core::Object::•()
;
static factory redir(core::int x, {core::String? y = null}) self::A /* redirection-target: self::A::• */
return new self::A::•(x, y: y);
}
static method test1() dynamic
;
static method test2() dynamic
;
static method main() dynamic
;