mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-04 10:16:28 +07:00
GitOrigin-RevId: 6bf4085d54fdebb2ea7ba0ea5c544e8a8291ced8
11 lines
203 B
Java
11 lines
203 B
Java
// "Create field for parameter 'name'" "true-preview"
|
|
|
|
import org.jetbrains.annotations.NotNull;
|
|
|
|
public class TestBefore {
|
|
|
|
public TestBefore(@NotNull String name<caret>) {
|
|
super();
|
|
}
|
|
}
|