// "Create Field for Parameter 'name'" "true" import org.jetbrains.annotations.NotNull; public class TestBefore { public TestBefore(@NotNull String name) { super(); } }