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 {
}
}