mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-17 20:11:25 +07:00
Tests for soutc, serrc; use JavaLanguage.INSTANCE.getDisplayName() for Java
Review ID: IDEA-CR-60451 GitOrigin-RevId: ea77644cd21b8d34ba4060f7c12106f290c50764
This commit is contained in:
committed by
intellij-monorepo-bot
parent
8e905ce4db
commit
149e5de1f7
@@ -0,0 +1,8 @@
|
||||
import java.util.List;
|
||||
|
||||
class Foo {
|
||||
|
||||
static void foo(List<String> ls) {
|
||||
ls.forEach(<caret>);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user