blob: b429026a0debe04bd4ffed04d8a51630cb8400ee [file] [log] [blame]
library /*isNonNullableByDefault*/;
//
// 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;
static method main() dynamic
return "${1}
\"\"\"";