blob: b80664b8a847fc4528222281eafa05d744def7df [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 {}
constants {
#C1 = 2
#C2 = 1
#C3 = 3
}