using System; using UnityEngine; namespace Game; class Test2: MonoBehaviour { Test1 test1 = new Test1(1); void Testm() { Span items = [1, 2, 3]; Test? test = null; } }