blob: b9d119da0a91ed2b4f9aa67aa3b6914fe942a0dc [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
;