blob: b733dcb30d5222f99aeb12c69a92204bfa302b3e [file] [log] [blame]
//@ known-bug: #130411
trait Project {
const SELF: Self;
}
fn take1(_: Project<SELF = {}>) {}