blob: de39cb738dcd9df2bff368d7ecffccc8fe25e6b1 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class Foo extends core::Object {
static field dynamic _redirecting# = <dynamic>[self::Foo::•];
constructor named(dynamic p) self::Foo
: super core::Object::•()
;
@#C1
static factory •(@#C2 @#C3 dynamic p) self::Foo
let<BottomType> #redirecting_factory = self::Foo::named in invalid-expression;
}
static const field core::int forParameter = #C2;
static const field core::int forFactoryItself = #C1;
static const field core::int anotherForParameter = #C3;
static method main() dynamic {}