blob: cfa76d37637a5363c0b97b16e701f288fff99618 [file] [log] [blame]
// "Replace by @DataPoint field" "false"
class Foo {
//wrong @DataPoint method declaration (returnType == void)
@org.junit.experimental.the ories.DataPoint
public static void ba<caret>r() {
}
}