mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-18 00:20:54 +07:00
9 lines
142 B
Java
9 lines
142 B
Java
// "Create method 'asd'" "true-preview"
|
|
|
|
public void main(String[] args) {
|
|
asd("a", 1);
|
|
}
|
|
|
|
private void asd(String a, int i) {
|
|
<caret>
|
|
} |