class Foo { String foo = "foo"; public Foo(int foo) { } void bar() { String fooBar = foo.subString(1); } }