mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
PY-19858 Fixed: type checker: wrong type for List[List] elements
Improve type inference for list.__getitem__ call by analyzing passed arguments
This commit is contained in:
@@ -185,6 +185,7 @@ public class PyNames {
|
||||
|
||||
public static final String TUPLE = "tuple";
|
||||
public static final String SET = "set";
|
||||
public static final String SLICE = "slice";
|
||||
|
||||
public static final String KEYS = "keys";
|
||||
public static final String EXTEND = "extend";
|
||||
|
||||
Reference in New Issue
Block a user