blob: 0522d4a3d0772135cddc8233045f31dfe82d594c [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class A extends core::Object {
constructor •() self::A
;
static factory fisk() self::A /* redirection-target: self::B::• */
return new self::B::•();
}
class B extends self::A {
synthetic constructor •() self::B
;
}
static method main() dynamic
;