blob: cfd867a9cdb3221b6f82b8146ed1ae87a716ebec [file] [log] [blame]
// Unhandled errors:
//
// pkg/front_end/testcases/rasta/issue_000045.dart:5:18: Error: String starting with """ must end with """.
// main() => """${1}
// ^...
//
// pkg/front_end/testcases/rasta/issue_000045.dart:5:18: Error: Expected ';' after this.
// main() => """${1}
// ^...
//
// pkg/front_end/testcases/rasta/issue_000045.dart:6:1: Error: Unexpected token ''.
library;
import self as self;
static method main() dynamic
return "${1}
";