package bug722; trait Parser { trait Link { def foo() = {} } }