mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 03:13:40 +07:00
IDEA-161250 Semicolon added in the middle of code
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
public class Util {
|
||||
{
|
||||
foo(() -> System.out.print<caret>).bar();
|
||||
}
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
public class Util {
|
||||
{
|
||||
foo(() -> System.out.println()<caret>).bar();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user