mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
IDEA-169818 Completion for first argument of Map.getOrDefault should be same as for Map.get
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import java.util.concurrent.TimeUnit;
|
||||
import java.util.*;
|
||||
|
||||
public class SomeClass {
|
||||
String com(Map<TimeUnit, String> map) {
|
||||
return map.getOrDefault(<caret>);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user