blob: 1d828ea8c930c07996ba4f25b837d9b74a3a796f [file] [log] [blame]
library;
//
// Problems in library:
//
// 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 ''.
//
import self as self;
import "dart:core" as core;
static method main() dynamic
return #C1;
constants {
#C1 = "1
\"\"\""
}