blob: b838e9288a3da5b7d9906fa7ead20ec1248ac69e [file] [log] [blame]
// "Replace by @DataPoint field" "false"
class Foo {
//wrong @DataPoint method declaration (len(params) != 0)
@org.junit.experimental.the ories.DataPoint
public static int b<caret>ar(int j) {
return 0;
}
}