Cont2b

object foo = { ...
    action bar = {}
}

object foo = { ...
    object obj = { ...
        var x : foo
        action bar = {}
    }
}