Files

6 lines
140 B
Java

public class Foo {
public void fails() {
final String ORIGIN = "";
final String[] expected = {ORIGIN};
}
}