mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
Lambda expressions support: drop generic lambda expressions
This commit is contained in:
@@ -22,14 +22,6 @@ import org.jetbrains.annotations.Nullable;
|
||||
* Represents a Java lambda expression.
|
||||
*/
|
||||
public interface PsiLambdaExpression extends PsiExpression {
|
||||
/**
|
||||
* Returns this lambda expression's type parameter list (if any).
|
||||
*
|
||||
* @return type parameter list or null.
|
||||
*/
|
||||
@Nullable
|
||||
PsiTypeParameterList getTypeParameterList();
|
||||
|
||||
/**
|
||||
* Returns this lambda expression's parameter list.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user