 测试代码: ``` cs class CLASS(object? args = default) : BaseClass() { public CLASS() : this(default) { } } ```