]> git.lizzy.rs Git - rust.git/blob - src/test/run-pass/type-param.rs
Look at the type params of an item_ty when resolving.
[rust.git] / src / test / run-pass / type-param.rs
1 type lteq[T] = fn(&T a) -> bool;
2
3 fn main(vec[str] args) {
4
5 }