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