lambda: hasFormalParameterTypes

This commit is contained in:
Anna Kozlova
2012-08-24 21:24:07 +04:00
parent f9568d498c
commit 7b7399e020
3 changed files with 12 additions and 1 deletions
@@ -48,4 +48,6 @@ public interface PsiLambdaExpression extends PsiExpression {
PsiType getFunctionalInterfaceType();
boolean isVoidCompatible();
boolean hasFormalParameterTypes();
}