Tests for soutc, serrc; use JavaLanguage.INSTANCE.getDisplayName() for Java

Review ID: IDEA-CR-60451

GitOrigin-RevId: ea77644cd21b8d34ba4060f7c12106f290c50764
This commit is contained in:
Tagir Valeev
2020-03-23 15:07:33 +07:00
committed by intellij-monorepo-bot
parent 8e905ce4db
commit 149e5de1f7
5 changed files with 32 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
import java.util.List;
class Foo {
static void foo(List<String> ls) {
ls.forEach(<caret>);
}
}