Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Var Hint is visible for the following scenario :
// code placeholder List<String> x = List.of();
and applying the var hint changes the variable type of x to List<Object>