blob: 261aea22d5b84fe775fb351d261c72f549e991d6 [file] [log] [blame]
library redirecting_factory_constructors.simple_test;
import self as self;
import "dart:core" as core;
class A extends core::Object {
constructor •() self::A
;
static factory redir() self::A /* redirection-target: self::A::• */
return new self::A::•();
}
static method main() dynamic
;