class Foo {
    int myBar;
    Foo(int myBar) {
        this.myBar = myBar;
    }
}