
// hmm, that may be pretty dangerous...

.function() {
    .foo {
        return: func;
    }
}

ruleset-mixin {
    1: foo;
    2: foo();
}
