mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-08 18:13:59 +07:00
GitOrigin-RevId: 1d8189f692928ef7b9d30ed1404abd8f45fd9d81
7 lines
76 B
Java
7 lines
76 B
Java
public class T {
|
|
foo()<caret>
|
|
|
|
int foo(){
|
|
return 42;
|
|
}
|
|
} |