blob: 96ddc058179934cab0d1eb4d42db0116756313cd [file] [log] [blame]
// Formatted problems:
//
// 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();}
// ^
// Unhandled errors:
//
// 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();}
// ^
library;
import self as self;
import "dart:core" as core;
class C extends core::Object {
constructor •() self::C
: super core::Object::•()
;
}
static method main() dynamic {}