blob: f08449be0acf5e339523a5c34a2e8d90a9129c23 [file] [log] [blame]
// Formatted problems:
//
// pkg/front_end/testcases/rasta/bad_interpolation.dart:6:13: Error: String starting with " must end with ".
// print(" $x.);
// ^^^
//
// pkg/front_end/testcases/rasta/bad_interpolation.dart:6:8: Error: Can't find ')' to match '('.
// print(" $x.);
// ^
library;
import self as self;
static method main() dynamic
;