IDEA-199875 Rank println higher than print

This commit is contained in:
peter
2018-10-05 10:02:36 +02:00
parent 2d9a2e83bb
commit c9694995ac
4 changed files with 16 additions and 19 deletions

View File

@@ -1,5 +1,5 @@
public class Util {
{
foo(() -> System.out.println()<caret>).bar();
foo(() -> System.out.println(<caret>)).bar();
}
}