1
2
3
4
5
6
7
use super::*;

impl<'a> AstGroup<'a> {
    pub fn expand(&'a self) -> AstStyle<'a> {
        todo!()
    }
}