blob: b67d8e08e9df43816fe46a42958a1fc98ce3d29b [file] [log] [blame]
library;
//
// Problems in library:
//
// pkg/front_end/testcases/rasta/issue_000035a.dart:5:9: Error: The non-ASCII space character U+2028 can only be used in strings and comments.
// class C{

C();}
// ^
//
// pkg/front_end/testcases/rasta/issue_000035a.dart:5:10: Error: The non-ASCII space character U+2028 can only be used in strings and comments.
// class C{

C();}
// ^
//
import self as self;
import "dart:core" as core;
class C extends core::Object {
constructor •() self::C
;
}
static method main() dynamic
;