ошибка тут Tovar[0] = new StyrMachine(50, 75000, "Machine1","Prois1");
No enclosing instance of type BytTech is accessible. Must qualify the allocation with an enclosing instance of type BytTech (e.g. x.new A() where x is an instance of BytTech).
ошибка тут Tovar[0] = new StyrMachine(50, 75000, "Machine1","Prois1");
No enclosing instance of type BytTech is accessible. Must qualify the allocation with an enclosing instance of type BytTech (e.g. x.new A() where x is an instance of BytTech).
это что ошибка компиляции? exception или что это вообще?
ошибка тут Tovar[0] = new StyrMachine(50, 75000, "Machine1","Prois1");
No enclosing instance of type BytTech is accessible. Must qualify the allocation with an enclosing instance of type BytTech (e.g. x.new A() where x is an instance of BytTech).