mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-22 11:13:36 +07:00
45b4e8e23c
GitOrigin-RevId: 1e0cd613359f27e889df5cf03ce535c1a1a99ca7
11 lines
158 B
Java
11 lines
158 B
Java
// "Create method 'asd'" "true-preview"
|
|
|
|
public static void main(String[] args) {
|
|
|
|
|
|
asd("a", 1);
|
|
}
|
|
|
|
private static void asd(String a, int i) {
|
|
<caret>
|
|
} |