mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-11 11:36:59 +07:00
for the "Generate overloaded method with default parameter values" intention GitOrigin-RevId: d595a7b1f736cdb60549c0a872da367a1ffe1a92
5 lines
168 B
Java
5 lines
168 B
Java
// "Generate overloaded method with default parameter values" "true"
|
|
class Test {
|
|
static native void foo(int i<caret>i) {}
|
|
// native method intentionally has body
|
|
} |