Generate light type parameters for Kotlin light methods

This commit is contained in:
Alexey Sedunov
2014-01-22 15:13:29 +04:00
parent 598a3214d2
commit 5b2858ef26
5 changed files with 66 additions and 28 deletions
@@ -22,4 +22,5 @@ import org.jetbrains.jet.lang.psi.JetDeclaration;
/** Java method created for Kotlin declaration to make it resolvable in Java */
public interface KotlinLightMethod extends PsiMethod {
JetDeclaration getOrigin();
PsiMethod getDelegate();
}