blob: 9ae5a0b2ec4df65f65aae1ded5ec9d7cb3a9bb4e [file] [log] [blame]
class Parent {
Object menu;
Parent(Object menu) {
this.menu = menu;
}
}