mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 10:48:09 +07:00
Testdata fixed
This commit is contained in:
@@ -34,7 +34,7 @@ public class Main {
|
||||
}
|
||||
}
|
||||
if (b) {
|
||||
System.out.println("Ok!");
|
||||
System.out.println("Ok!");
|
||||
}
|
||||
}
|
||||
if(list.size() > 2 || list.stream().filter(x -> x != null).anyMatch(x -> x.startsWith("x"))) { // not supported
|
||||
|
||||
Reference in New Issue
Block a user