mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 00:20:55 +07:00
8 lines
100 B
Java
8 lines
100 B
Java
// "Create Field For Parameter 'p1'" "true"
|
|
|
|
class Test{
|
|
static void f(int p<caret>1){
|
|
}
|
|
}
|
|
|