mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-13 09:19:13 +07:00
IDEA-199875 Rank println higher than print
This commit is contained in:
+1
-1
@@ -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