Files
Tagir Valeev 149e5de1f7 Tests for soutc, serrc; use JavaLanguage.INSTANCE.getDisplayName() for Java
Review ID: IDEA-CR-60451

GitOrigin-RevId: ea77644cd21b8d34ba4060f7c12106f290c50764
2020-03-23 08:32:01 +00:00

8 lines
104 B
Java

import java.util.List;
class Foo {
static void foo(List<String> ls) {
ls.forEach(<caret>);
}
}