blob: fb64ef994689c22cd0bbfc9c1616ae0c2a2abf71 [file] [log] [blame]
// "Create Field for Parameter 'name'" "true"
import org.jetbrains.annotations.NotNull;
public class TestBefore {
public TestBefore(@NotNull String name<caret>) {
super();
}
}