blob: eb203a8bedb5bf87266cde5394558ed24d8b879d [file] [log] [blame]
library;
//
// Problems in library:
//
// pkg/front_end/testcases/regress/issue_39091_2.dart:5:1: Error: The non-ASCII space character U+FEFF can only be used in strings and comments.
// // Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file
// ^
//
// pkg/front_end/testcases/regress/issue_39091_2.dart:5:2: Error: The non-ASCII space character U+FEFF can only be used in strings and comments.
// // Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file
// ^
//
// pkg/front_end/testcases/regress/issue_39091_2.dart:17:1: Error: Expected a declaration, but got '""'.
// "";
// ^^^
//
// pkg/front_end/testcases/regress/issue_39091_2.dart:17:4: Error: Unexpected token ';'.
// "";
// ^
//
// pkg/front_end/testcases/regress/issue_39091_2.dart:15:11: Error: Undefined name 'hello'.
// "";/*æ*/ hello; /*æ*/
// ^^^^^
//
import self as self;
static method main() dynamic {
"\u65279";
"\u65279";
"\u65279";
"\u65279";
"A";
"\u65279";
"\u65279";
invalid-expression "pkg/front_end/testcases/regress/issue_39091_2.dart:15:11: Error: Undefined name 'hello'.
\"\u65279\";/*\u0230*/ hello; /*\u0230*/
^^^^^";
}