// run-pass // pretty-expanded FIXME #23616 trait Foo { type Bar; fn get_bar() -> >::Bar; } fn main() { }