blob: 5bbd759107a028c7d3b580b56f37c0e904b48dfe [file] [log] [blame]
library;
//
// Problems in library:
//
// pkg/front_end/testcases/general/issue42997.dart:9:16: Error: Expected a function body or '=>'.
// Try adding {}.
// PropertyState();
// ^
//
// pkg/front_end/testcases/general/issue42997.dart:10:7: Error: 'PropertyState' is already declared in this scope.
// class PropertyState<I, O> {
// ^^^^^^^^^^^^^
// pkg/front_end/testcases/general/issue42997.dart:9:1: Context: Previous declaration of 'PropertyState'.
// PropertyState();
// ^^^^^^^^^^^^^
//
import self as self;
import "dart:core" as core;
class PropertyState#1#0<I extends core::Object? = dynamic, O extends core::Object? = dynamic> extends core::Object {
synthetic constructor •() self::PropertyState#1#0<self::PropertyState#1#0::I%, self::PropertyState#1#0::O%>
;
method dispose() void
;
}
static method main() dynamic
;
static abstract method PropertyState() dynamic;