blob: 5a6a5082f135f1518c66d3ad359a075aeb8d36c7 [file] [log] [blame]
library;
//
// Problems in library:
//
// pkg/front_end/testcases/function_type_default_value.dart:5:19: Error: Expected an identifier, but got ':'.
// void Function({obj: Object}) x;
// ^
//
// pkg/front_end/testcases/function_type_default_value.dart:5:19: Error: Can't have a default value in a function type.
// void Function({obj: Object}) x;
// ^
//
// pkg/front_end/testcases/function_type_default_value.dart:5:16: Warning: Type 'obj' not found.
// void Function({obj: Object}) x;
// ^^^
//
// pkg/front_end/testcases/function_type_default_value.dart:5:16: Warning: 'obj' isn't a type.
// void Function({obj: Object}) x;
// ^^^
//
import self as self;
static field () void x;
static method main() dynamic {}