public class Test { void run() { MyBox> box = new MyB } record MyBox(T t) {} }