mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-29 18:17:08 +07:00
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>
|
|
}
|
|
} |