mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
testdata to fix
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
|
||||
import java.util.stream.Collectors;
|
||||
|
||||
class Test {
|
||||
{
|
||||
Collectors.mapping(i -> 1, Collectors.summingInt(s -> s.intValue()));
|
||||
}
|
||||
}
|
||||
+5
@@ -100,6 +100,11 @@ public class NewLambdaHighlightingTest extends LightDaemonAnalyzerTestCase {
|
||||
doTest();
|
||||
}
|
||||
|
||||
@Bombed(day = 20, month = Calendar.AUGUST)
|
||||
public void testIDEA123951() throws Exception {
|
||||
doTest();
|
||||
}
|
||||
|
||||
private void doTest() {
|
||||
doTest(false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user