mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-19 01:50:56 +07:00
EA-434232 - T: PsiMethodCallExpressionImpl$TypeEvaluator.fun GitOrigin-RevId: f8eca5cf007c2d453cafbcc5f72215f7c91daf39
11 lines
147 B
Java
11 lines
147 B
Java
class Demo {
|
|
void foo(String s) {}
|
|
<T> T bar() {
|
|
return null;
|
|
}
|
|
|
|
{
|
|
f<caret>oo(unresolvedLefySide = bar());
|
|
}
|
|
}
|