mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 02:38:59 +07:00
split tests according to expected language level
This commit is contained in:
@@ -48,7 +48,7 @@ class LambdaTest2<TypeParam> {
|
||||
U map(T t);
|
||||
}
|
||||
|
||||
public <U> LambdaTest<U> map(final Mapper<? super TypeParam, ? extends U> mapper) {
|
||||
public <U> LambdaTest2<U> map(final Mapper<? super TypeParam, ? extends U> mapper) {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user