Inline descriptions for soutc, serrc; FQN for java.lang.System

Review ID: IDEA-CR-60451

GitOrigin-RevId: c50adbdaeb66256e8e09b37d618eb84169c69c09
This commit is contained in:
Tagir Valeev
2020-03-23 08:32:01 +00:00
committed by intellij-monorepo-bot
parent 70ff4177bd
commit ea08920aee
5 changed files with 30 additions and 12 deletions
@@ -0,0 +1,8 @@
import java.util.List;
class System {
static void foo(List<String> ls) {
ls.forEach(java.lang.System.err::println<caret>);
}
}
@@ -0,0 +1,8 @@
import java.util.List;
class System {
static void foo(List<String> ls) {
ls.forEach(<caret>);
}
}