blob: 5e2cc0c2d8866a0ee0359b7e117b6ed2164ff7b7 [file] [log] [blame]
// "Replace by @DataPoints method" "true"
class Foo {
@org.junit.experimental.theories.DataPoints
public static int[] myD<caret>ata = new int[] {1, 2, 3};
}