blob: cd485bdd76436a8cb9eb21f44dcb66f2e878a755 [file] [log] [blame]
library;
//
// Problems in library:
//
// pkg/front_end/testcases/regress/issue_39091_2.dart:1: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:1: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:13:1: Error: Expected a declaration, but got '""'.
// "";
// ^^^
//
// pkg/front_end/testcases/regress/issue_39091_2.dart:13:4: Error: Unexpected token ';'.
// "";
// ^
//
import self as self;
static method main() dynamic
;