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