mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-05 18:50:54 +07:00
reject functional expressions as conditional condition (IDEA-184667)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class Test {
|
||||
{
|
||||
boolean condition = <error descr="boolean is not a functional interface">() -> {}</error> ? true : false;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user