mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-05 02:24:00 +07:00
GitOrigin-RevId: 37369ff2431e4efdb75f6a815ce6e6734fcc4259
6 lines
141 B
Java
6 lines
141 B
Java
// "Generate overloaded constructor with default parameter values" "false"
|
|
|
|
public final class NoNameIdentifier {
|
|
void <caret>(int x) {}
|
|
}
|