mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-21 14:37:45 +07:00
Testdata fix after 6f6f693c6a3c
GitOrigin-RevId: 1e8e50c91e78ef61788e922cdbc5c92da7c07b61
This commit is contained in:
committed by
intellij-monorepo-bot
parent
ec2c3aeebd
commit
0191ffb437
@@ -2,7 +2,8 @@ import java.util.List;
|
||||
|
||||
class System {
|
||||
|
||||
// Conflict resolution deliberately not supported
|
||||
static void foo(List<String> ls) {
|
||||
ls.forEach(java.lang.System.err::println<caret>);
|
||||
ls.forEach(System.err::println<caret>);
|
||||
}
|
||||
}
|
||||
@@ -2,6 +2,7 @@ import java.util.List;
|
||||
|
||||
class System {
|
||||
|
||||
// Conflict resolution deliberately not supported
|
||||
static void foo(List<String> ls) {
|
||||
ls.forEach(<caret>);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user