mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-17 16:19:58 +07:00
extract method: suggest Object as return value if extract from incomplete expression (IDEA-69722)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class Test {
|
||||
|
||||
public static void main(String[] args) {
|
||||
final Test s = new Test();
|
||||
System.out.println(<selection>s.callAbsentMethod().toString()</selection>);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user