blob: 1be62d2eedc186eab581295d7a8385b8c932e82d [file] [log] [blame]
// Unhandled errors:
//
// pkg/front_end/testcases/annotation_eof.dart:10:1: Error: Expected a declaration, but got ''.
library;
import self as self;
import "dart:core" as core;
static method main() dynamic {
core::print("There is a dangling annotation at the end of this file");
}