blob: bde274365a76f50e6a8dd6cc22f0ffda8adf3cbd [file] [log] [blame]
library /*isNonNullableByDefault*/;
//
// Problems in library:
//
// pkg/front_end/testcases/general/annotation_eof.dart:10:1: Error: Expected a declaration, but got ''.
//
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");
}