mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 07:20:53 +07:00
Added support for java and kt usages KTIJ-21819 IDEA-294547 GitOrigin-RevId: 5bf947ecd97ba1ec106adbb9469307a51cc9508c
10 lines
151 B
Java
10 lines
151 B
Java
class A {
|
|
public int foo(A a){
|
|
return 0;
|
|
}
|
|
public static void main(String[] args) {
|
|
for (int a=0; i<f<caret>oo(this); i++) {
|
|
|
|
}
|
|
}
|
|
} |