blob: 8a57a9f38fc02d2586f5c29e37b6d48586681b65 [file] [log] [blame]
library;
//
// Problems in library:
//
// pkg/front_end/testcases/regress/issue_32200.dart:8:3: Warning: 'self.Foo' can't be used as a type because 'self' doesn't refer to an import prefix.
// self.Foo self;
// ^^^^^^^^
//
import self as self;
import "dart:core" as core;
class Foo extends core::Object {
field invalid-type self;
synthetic constructor •() self::Foo
;
}
static method main() dynamic
;