mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Fixed Jython resolve test for Java superclasses
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
package com.jetbrains.python.psi.types;
|
||||
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
import org.jetbrains.annotations.Nullable;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* @author vlan
|
||||
*/
|
||||
@@ -13,5 +16,8 @@ public interface PyClassLikeType extends PyCallableType {
|
||||
@Nullable
|
||||
String getClassQName();
|
||||
|
||||
@NotNull
|
||||
List<PyClassLikeType> getSuperClassTypes(@NotNull TypeEvalContext context);
|
||||
|
||||
boolean isValid();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user