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