split tests according to expected language level

This commit is contained in:
anna
2013-02-08 10:06:19 +01:00
parent 499be72d45
commit f9565522cb
14 changed files with 99 additions and 14 deletions

View File

@@ -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;
}