class Demo { void foo(String s) {} T bar() { return null; } { foo(unresolvedLefySide = bar()); } }