Made Callable a typed element

This commit is contained in:
Andrey Vlasovskikh
2013-08-02 15:49:31 +04:00
parent bbcee93c26
commit 95cd5d03b0
@@ -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.