blob: f3f1f2016f23729e0abdb24f7b0e9237f897e630 [file] [log] [blame]
// check-pass
fn method<'a>(_i: &'a i32) {
fn inner<'a>(_j: &'a f32) {}
}
fn main() {}