IDEA-161250 Semicolon added in the middle of code

This commit is contained in:
peter
2016-09-15 12:03:42 +02:00
parent be442cdaca
commit d408fdc798
4 changed files with 21 additions and 5 deletions
@@ -0,0 +1,5 @@
public class Util {
{
foo(() -> System.out.print<caret>).bar();
}
}
@@ -0,0 +1,5 @@
public class Util {
{
foo(() -> System.out.println()<caret>).bar();
}
}