blob: 7386b3970e49544aa706b7ffbf95e9a2106365ae [file] [log] [blame]
public class Foo {
void m() {
int foo = 1;<caret>
}
}