mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 02:09:59 +07:00
Reformat with context on postponed formatting: fixed java test data
This commit is contained in:
@@ -8,7 +8,7 @@ import static java.util.Arrays.*;
|
||||
public class Foo {
|
||||
{
|
||||
Block<Integer[]> b2 = Arrays::sort;
|
||||
sort((byte[]) null);
|
||||
sort((byte[])null);
|
||||
}
|
||||
|
||||
public interface Block<T> {
|
||||
|
||||
Reference in New Issue
Block a user