提交 e4658efb 编写于 作者: S Stepan Koltsov

fix copy-paste in JDR

上级 3bec6d97
......@@ -696,14 +696,7 @@ public class JavaDescriptorResolver {
@Override
public JetSignatureVisitor visitInterface() {
return new JetTypeJetSignatureReader(semanticServices, semanticServices.getJetSemanticServices().getStandardLibrary(), typeVariableResolver) {
@Override
protected void done(@NotNull JetType jetType) {
if (!jetType.equals(JetStandardClasses.getAnyType())) {
result.add(jetType);
}
}
};
return visitSuperclass();
}
});
} else {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册