blob: 5acfc4bbb028e244e93007e1eadeb5372c5e6ada [file] [log] [blame]
// Formatted problems:
//
// pkg/front_end/testcases/annotation_eof.dart:10:1: Error: Expected a declaration, but got ''.
// 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");
}