blob: 8d068587a4b829909e7138399f53733928497bb6 [file] [log] [blame]
// "Assign Parameter to Field 'ourId'" "false"
class Person {
int ourId;
static void f(int id<caret>) {
}
}