mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-19 09:08:32 +07:00
2d19324846
GitOrigin-RevId: 29a477bf9a7b726ef2d56c7e0ad7f82c8621d8b7
6 lines
150 B
Java
6 lines
150 B
Java
public class Foo {
|
|
public void fails() {
|
|
final String ORIGIN = "";
|
|
final String[] expected = {ORIGIN<caret>
|
|
}
|
|
} |