mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-10 18:09:38 +07:00
testdata
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
class LambdaConv10 {
|
||||
|
||||
interface I<T, R> { public R call( T t); }
|
||||
|
||||
{
|
||||
I<Integer,Integer> in = (<error descr="Incompatible parameter types in lambda expression">int i</error>) -> 2 * i;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user