123 class TestCase::Interface::OptionalArgument : interface_t { method : int ($value : int = 1);}
class TestCase::Interface::OptionalArgument : interface_t {
method : int ($value : int = 1);
}