mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
Inline descriptions for soutc, serrc; FQN for java.lang.System
Review ID: IDEA-CR-60451 GitOrigin-RevId: c50adbdaeb66256e8e09b37d618eb84169c69c09
This commit is contained in:
committed by
intellij-monorepo-bot
parent
70ff4177bd
commit
ea08920aee
@@ -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>);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user