Sign in
dart
/
sdk.git
/
refs/tags/2.14.0-347.0.dev
/
.
/
pkg
/
front_end
/
parser_testcases
/
error_recovery
/
method_called_with_prime2.dart
blob: b9275fa66c5c835fbf3f82b225f4ace58d1cc9e5 [
file
] [
log
] [
blame
]
// This doesn't actually have any method called 'with', but could (wrongly) be
// seen as a method called 'class' returning type "foo" (or at least give
// errors at a wrong place.
class
B
{}
foo
class
M1
{
foo
class
M2
{
}
}