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