mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 04:21:24 +07:00
recursive lambda checks for functional interfaces
This commit is contained in:
@@ -22,6 +22,6 @@ class CastInContexts {
|
||||
}
|
||||
|
||||
{
|
||||
int i = <error descr="Inconvertible types; cannot cast '<lambda expression>' to 'int'">(int) ()-> 1</error>;
|
||||
int i = (int) <error descr="int is not a functional interface">()-> 1</error>;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user