提交 5795079e 编写于 作者: V vromero

8026956: test tools/javac/lambda/TargetType58.java is failing after a libs change

Reviewed-by: jfranck
上级 d16aee23
......@@ -35,7 +35,7 @@ import java.util.stream.*;
class TargetType58 {
void test(List<Integer> li) {
g(li, s -> s.substream(200), Collections.emptyList());
g(li, s -> s.skip(200), Collections.emptyList());
}
<T, U, S_OUT extends Stream<U>,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册