blob: 36905b0e83463199b93f6d4225961914f4f15df3 [file] [log] [blame]
library;
//
// Problems in library:
//
// pkg/front_end/testcases/rasta/type_with_parse_error.dart:21:7: Error: Expected ';' after this.
// int i
// ^
//
import self as self;
import "dart:core" as core;
class A extends core::Object {
synthetic constructor •() self::A*
;
method foo() dynamic
;
}
class B<T extends core::Object* = dynamic> extends core::Object {
field core::int* i;
synthetic constructor •() self::B<self::B::T*>*
;
}
static method main() dynamic
;