mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 17:20:55 +07:00
IDEA-199875 Rank println higher than print
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
public class Util {
|
||||
{
|
||||
foo(() -> System.out.println()<caret>).bar();
|
||||
foo(() -> System.out.println(<caret>)).bar();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user