mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-28 23:50:57 +07:00
11 lines
140 B
Java
11 lines
140 B
Java
class WW {
|
|
{
|
|
String ddd;
|
|
ddd = foo(<flown11>1);
|
|
}
|
|
|
|
private String foo(int <flown1>i) {
|
|
return <caret>i+"";
|
|
}
|
|
|
|
} |