tipsy
class Test { a { fun foo(){} } b { fun foo(){} } }
Test test = new Test(); test.a.foo(); test.b.foo();