blob: 90c080c861ac587e58e0a973ed552cb4d30af9b1 [file] [log] [blame]
// Formatted problems:
//
// 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;
// ^^^^^^^^
library;
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
;