blob: 5a9937370637cb9d2fb728788da5fb2d1fa4123e [file] [log] [blame]
public class Foo {
private int foo;
public Foo(int arg) {
foo = arg;<caret>
}
}