testdata to fix

This commit is contained in:
Anna Kozlova
2014-08-08 11:44:59 +04:00
parent d132c90527
commit 2ad2db4124
2 changed files with 13 additions and 0 deletions
@@ -0,0 +1,8 @@
import java.util.stream.Collectors;
class Test {
{
Collectors.mapping(i -> 1, Collectors.summingInt(s -> s.intValue()));
}
}
@@ -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);
}