Example #1
0
        public void Format1Test()
        {
            Type type1 = default;
            int  kra1  = default;

            ClassFormatter.Format1(type1, kra1);
            Assert.Fail("autogenerated");
        }