blob: d435a39bda4089cc7bdfcd2643385a5341ab5e9d [file] [log] [blame]
// Formatted problems:
//
// pkg/front_end/testcases/rasta/issue_000001.dart:11:8: Error: Too many positional arguments: 1 allowed, but 2 found.
// Try removing the extra positional arguments.
// test0(0, 1);
// ^
// pkg/front_end/testcases/rasta/issue_000001.dart:5:1: Context: Found this candidate, but the arguments don't match.
// test0(x) {
// ^^^^^
library;
import self as self;
import "dart:core" as core;
static method test0(dynamic x) dynamic {
core::print("test0");
}
static method main() dynamic {
invalid-expression "pkg/front_end/testcases/rasta/issue_000001.dart:11:8: Error: Too many positional arguments: 1 allowed, but 2 found.
Try removing the extra positional arguments.
test0(0, 1);
^";
}