mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Made Callable a typed element
This commit is contained in:
@@ -10,7 +10,7 @@ import org.jetbrains.annotations.Nullable;
|
||||
|
||||
* @author dcheryasov
|
||||
*/
|
||||
public interface Callable extends PyElement {
|
||||
public interface Callable extends PyTypedElement {
|
||||
|
||||
/**
|
||||
* @return a list of parameters passed to this callable, possibly empty.
|
||||
|
||||
Reference in New Issue
Block a user