mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-16 03:21:28 +07:00
7 lines
118 B
Java
7 lines
118 B
Java
// "Assign parameter to field 'myId'" "true-preview"
|
|
|
|
class Person {
|
|
int myId;
|
|
void f(int id<caret>) {
|
|
}
|
|
} |